Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobStore ¶
type BlobStore interface { Open(name string) (BlobReader, error) Create(ctx context.Context, name string) (BlobWriter, error) Remove(name string) error }
type BlobWriter ¶
type BlobWriter interface { io.WriteCloser }
Click to show internal directories.
Click to hide internal directories.