Documentation ¶
Index ¶
- type Factory
- type File
- type Storer
- func (s *Storer) Delete(ctx context.Context, hash string) error
- func (s *Storer) Download(ctx context.Context, hash string) (io.ReadCloser, error)
- func (s *Storer) Stat(ctx context.Context, hash string) (sup.File, error)
- func (s *Storer) Upload(ctx context.Context, hash string) (io.WriteCloser, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct{}
type File ¶
Click to show internal directories.
Click to hide internal directories.