Documentation ¶
Overview ¶
Package google registers the "google" blob storage type, storing blobs on Google Cloud Storage (not Google Drive).
Index ¶
- type Storage
- func (gs *Storage) EnumerateBlobs(dest chan<- blobref.SizedBlobRef, after string, limit int, wait time.Duration) error
- func (gs *Storage) FetchStreaming(blob *blobref.BlobRef) (file io.ReadCloser, size int64, err error)
- func (gs *Storage) GetBlobHub() blobserver.BlobHub
- func (gs *Storage) MaxEnumerate() int
- func (gs *Storage) ReceiveBlob(blob *blobref.BlobRef, source io.Reader) (blobref.SizedBlobRef, error)
- func (gs *Storage) RemoveBlobs(blobs []*blobref.BlobRef) error
- func (gs *Storage) StatBlobs(dest chan<- blobref.SizedBlobRef, blobs []*blobref.BlobRef, wait time.Duration) 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) FetchStreaming ¶
func (*Storage) GetBlobHub ¶
func (gs *Storage) GetBlobHub() blobserver.BlobHub
func (*Storage) MaxEnumerate ¶
func (*Storage) ReceiveBlob ¶
Click to show internal directories.
Click to hide internal directories.