Documentation
¶
Index ¶
- type InMemory
- func (im *InMemory) CanReadURI(uri string) (bool, error)
- func (im *InMemory) Delete(object string) error
- func (im *InMemory) Download(object string, toPath string) error
- func (im *InMemory) Exists(object string) (bool, error)
- func (im *InMemory) Get(object string) ([]byte, error)
- func (im *InMemory) Put(object string, fromPath string) (*storage.UploadInfo, error)
- func (im *InMemory) PutBytes(object string, blob []byte) (*storage.UploadInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.