Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBucketNotFound = errors.New("bucket not found") ErrFileNotFound = errors.New("file not found") ErrBucketAlreadyExists = errors.New("bucket already exists") ErrFileAlreadyExists = errors.New("file already exists") ErrWriteLocked = errors.New("bucket is locked for write") ErrReadLocked = errors.New("bucket is locked for read") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.