Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStop = errors.New("stop iter")
Functions ¶
This section is empty.
Types ¶
type File ¶
type File interface { Path() string Stat() FileInfo Move(newPath string) error Copy(newPath string) error Open() (io.ReadCloser, error) Update(in io.ReadCloser, metadata ...*HTTPOption) error }
func ObjectWrapper ¶
type HTTPOption ¶
type HTTPOption = fs.HTTPOption
Click to show internal directories.
Click to hide internal directories.