type cloud.google.com/go/storage.Client
14 uses
cloud.google.com/go/storage (current package)
acl.go#L70: c *Client
bucket.go#L34: c *Client
bucket.go#L49: func (c *Client) Bucket(name string) *BucketHandle {
bucket.go#L1192: func (c *Client) Buckets(ctx context.Context, projectID string) *BucketIterator {
bucket.go#L1214: client *Client
hmac.go#L99: func (c *Client) HMACKeyHandle(projectID, accessID string) *HMACKeyHandle {
hmac.go#L197: func (c *Client) CreateHMACKey(ctx context.Context, projectID, serviceAccountEmail string, opts ...HMACKeyOption) (*HMACKey, error) {
hmac.go#L300: func (c *Client) ListHMACKeys(ctx context.Context, projectID string, opts ...HMACKeyOption) *HMACKeysIterator {
storage.go#L88: type Client struct {
storage.go#L101: func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
storage.go#L140: return &Client{
storage.go#L152: func (c *Client) Close() error {
storage.go#L736: c *Client
storage.go#L1599: func (c *Client) ServiceAccount(ctx context.Context, projectID string) (string, error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |