type cloud.google.com/go/iam.grpcClient
6 uses
cloud.google.com/go/iam (current package)
iam.go#L45: type grpcClient struct {
iam.go#L60: func (g *grpcClient) Get(ctx context.Context, resource string) (*pb.Policy, error) {
iam.go#L64: func (g *grpcClient) GetWithVersion(ctx context.Context, resource string, requestedPolicyVersion int32) (*pb.Policy, error) {
iam.go#L85: func (g *grpcClient) Set(ctx context.Context, resource string, p *pb.Policy) error {
iam.go#L98: func (g *grpcClient) Test(ctx context.Context, resource string, perms []string) ([]string, error) {
iam.go#L143: return InternalNewHandleClient(&grpcClient{c: c}, resource)
 |
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. |