Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dir ¶
type Dir interface { Stat(name string) (*ObjectInfo, error) Get(name string) (io.ReadCloser, *ObjectInfo, error) Put(name string, contentType string, size int64, object io.Reader) error Del(name string) error Subdir(name string) Dir }
Dir is a collection of objects in the store at a specified directory
type ObjectInfo ¶
Click to show internal directories.
Click to hide internal directories.