Documentation ¶
Index ¶
- func New(path string) store.Store
- type DiskStore
- func (s *DiskStore) Delete(fileName string) error
- func (s *DiskStore) DeleteAll(prefix ...string) error
- func (s *DiskStore) Get(fileName string, writer io.Writer) error
- func (s *DiskStore) GetAll() ([]*pb.StorageObject, error)
- func (s *DiskStore) Init() error
- func (s *DiskStore) Put(fileName string, body io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.