Documentation ¶
Index ¶
- type HttpFs
- func (h HttpFs) Chmod(name string, mode os.FileMode) error
- func (h HttpFs) Chown(name string, uid, gid int) error
- func (h HttpFs) Chtimes(name string, atime time.Time, mtime time.Time) error
- func (h HttpFs) Create(name string) (afero.File, error)
- func (h HttpFs) Dir(s string) *httpDir
- func (h HttpFs) Mkdir(name string, perm os.FileMode) error
- func (h HttpFs) MkdirAll(path string, perm os.FileMode) error
- func (h HttpFs) Name() string
- func (h HttpFs) Open(name string) (http.File, error)
- func (h HttpFs) OpenFile(name string, flag int, perm os.FileMode) (afero.File, error)
- func (h HttpFs) Remove(name string) error
- func (h HttpFs) RemoveAll(path string) error
- func (h HttpFs) Rename(oldname, newname string) error
- func (h HttpFs) Stat(name string) (os.FileInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.