Documentation ¶
Index ¶
- type Storage
- func (s *Storage) EnumerateBlobs(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int) error
- func (s *Storage) Fetch(br blob.Ref) (rc io.ReadCloser, size uint32, err error)
- func (s *Storage) ReceiveBlob(br blob.Ref, source io.Reader) (blob.SizedRef, error)
- func (s *Storage) RemoveBlobs(blobs []blob.Ref) error
- func (s *Storage) StatBlobs(dest chan<- blob.SizedRef, blobs []blob.Ref) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func (*Storage) EnumerateBlobs ¶
func (*Storage) ReceiveBlob ¶
Click to show internal directories.
Click to hide internal directories.