Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketHandle ¶
type BucketHandle interface { Object(string) ObjectHandle SignedURL(string, *storage.SignedURLOptions) (string, error) }
type BucketIterator ¶
type BucketIterator interface {
Next() (*storage.BucketAttrs, error)
}
type ObjectHandle ¶
type Reader ¶
type Reader interface { io.ReadCloser }
type StorageClient ¶
type StorageClient interface { Bucket(string) BucketHandle Buckets(context.Context, string) BucketIterator }
func AdaptStorageClient ¶
func AdaptStorageClient(c *storage.Client) StorageClient
AdaptClientStorageClient wraps a storage.Client so that it satisfies the Client
type Writer ¶
type Writer interface { io.WriteCloser }
Click to show internal directories.
Click to hide internal directories.