Documentation ¶
Overview ¶
Package storage implements Google Cloud Storage client
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudStorageClient ¶
type CloudStorageClient struct {
// contains filtered or unexported fields
}
func NewCloudStorageClient ¶
func NewCloudStorageClient(ctx context.Context) (*CloudStorageClient, error)
func NewCloudStorageClientWithCredentialsFile ¶
func NewCloudStorageClientWithCredentialsFile(ctx context.Context, credentialsFile string) (*CloudStorageClient, error)
func (*CloudStorageClient) BucketExists ¶
func (c *CloudStorageClient) BucketExists(bucketName string) bool
func (*CloudStorageClient) Close ¶
func (c *CloudStorageClient) Close() error
Click to show internal directories.
Click to hide internal directories.