local

package
v0.0.0-...-57e3cb4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fs

type Fs struct {
}

func (*Fs) Chmod

func (fs *Fs) Chmod(fpath string, mode os.FileMode) error

func (*Fs) Close

func (fs *Fs) Close() error

func (*Fs) Mkdir

func (fs *Fs) Mkdir(fpath string, mode os.FileMode) error

func (*Fs) Open

func (fs *Fs) Open(fpath string) (vfs.File, error)

func (*Fs) OpenFile

func (fs *Fs) OpenFile(fpath string, flags int, perm os.FileMode) (vfs.File, error)

func (*Fs) Remove

func (fs *Fs) Remove(fpath string) error

func (*Fs) Rename

func (fs *Fs) Rename(from, to string) error

func (*Fs) Stat

func (fs *Fs) Stat(fpath string) (os.FileInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL