type cloud.google.com/go/storage.iamClient
6 uses
cloud.google.com/go/storage (current package)
iam.go#L29: return iam.InternalNewHandleClient(&iamClient{
iam.go#L36: type iamClient struct {
iam.go#L41: func (c *iamClient) Get(ctx context.Context, resource string) (p *iampb.Policy, err error) {
iam.go#L45: func (c *iamClient) GetWithVersion(ctx context.Context, resource string, requestedPolicyVersion int32) (p *iampb.Policy, err error) {
iam.go#L65: func (c *iamClient) Set(ctx context.Context, resource string, p *iampb.Policy) (err error) {
iam.go#L81: func (c *iamClient) Test(ctx context.Context, resource string, perms []string) (permissions []string, err 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. |