Documentation ¶
Index ¶
- func BasePath(s string) store.Option
- func New(iopts ...store.Option) (store.Store, error)
- func NewOptions() *store.Options
- type Handler
- func (h *Handler) Close() error
- func (h *Handler) Delete(key string, d ...store.DeleteOption) error
- func (h *Handler) Download(s string, s1 string, d ...store.DownloadOption) error
- func (h *Handler) DownloadTo(w io.WriterAt, s string, d ...store.DownloadOption) error
- func (h *Handler) Get(key string, g ...store.GetOption) ([]byte, error)
- func (h *Handler) GetReader(key string, g ...store.GetOption) (io.ReadCloser, error)
- func (h *Handler) List(l ...store.ListOption) ([]string, error)
- func (h *Handler) Name() string
- func (h *Handler) Options() store.Options
- func (h *Handler) Upload(path string, key string, u ...store.UploadOption) (string, error)
- func (h *Handler) UploadFrom(r io.Reader, key string, u ...store.UploadOption) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOptions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.