type github.com/go-git/go-billy/v5/osfs.OS
18 uses
github.com/go-git/go-billy/v5/osfs (current package)
os.go#L20: type OS struct{}
os.go#L24: return chroot.New(&OS{}, baseDir)
os.go#L27: func (fs *OS) Create(filename string) (billy.File, error) {
os.go#L31: func (fs *OS) OpenFile(filename string, flag int, perm os.FileMode) (billy.File, error) {
os.go#L45: func (fs *OS) createDir(fullpath string) error {
os.go#L56: func (fs *OS) ReadDir(path string) ([]os.FileInfo, error) {
os.go#L70: func (fs *OS) Rename(from, to string) error {
os.go#L78: func (fs *OS) MkdirAll(path string, perm os.FileMode) error {
os.go#L82: func (fs *OS) Open(filename string) (billy.File, error) {
os.go#L86: func (fs *OS) Stat(filename string) (os.FileInfo, error) {
os.go#L90: func (fs *OS) Remove(filename string) error {
os.go#L94: func (fs *OS) TempFile(dir, prefix string) (billy.File, error) {
os.go#L106: func (fs *OS) Join(elem ...string) string {
os.go#L110: func (fs *OS) RemoveAll(path string) error {
os.go#L114: func (fs *OS) Lstat(filename string) (os.FileInfo, error) {
os.go#L118: func (fs *OS) Symlink(target, link string) error {
os.go#L126: func (fs *OS) Readlink(link string) (string, error) {
os.go#L131: func (fs *OS) Capabilities() billy.Capability {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |