Documentation
¶
Index ¶
- Variables
- func NewStore(config *Config) (unistore.Store, error)
- type Config
- type Store
- func (store *Store) Delete(path string) error
- func (store *Store) DoesPathExist(inPath string) bool
- func (store *Store) GetData(path string) ([]byte, error)
- func (store *Store) GetModifiedTime(path string) (time.Time, error)
- func (store *Store) ListItems(basePath *string, filter filter.Filter) ([]string, error)
- func (store *Store) PutData(path string, data []byte) error
- func (store *Store) Validate() error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoAccessKey = errors.New("No Access Key Defined") ErrNoSecretKey = errors.New("No Secret Key Defined") ErrNoBucketFound = errors.New("No Bucket found") ErrNoMinioHostFound = errors.New("No minio host found") ErrMismatchPutObject = errors.New("Mismatch with data written against data input") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.