type cloud.google.com/go/storage.ACLRole
10 uses
cloud.google.com/go/storage (current package)
acl.go#L28: type ACLRole string
acl.go#L31: RoleOwner ACLRole = "OWNER"
acl.go#L32: RoleReader ACLRole = "READER"
acl.go#L33: RoleWriter ACLRole = "WRITER"
acl.go#L56: Role ACLRole
acl.go#L92: func (a *ACLHandle) Set(ctx context.Context, entity ACLEntity, role ACLRole) (err error) {
acl.go#L157: func (a *ACLHandle) bucketSet(ctx context.Context, entity ACLEntity, role ACLRole) error {
acl.go#L198: func (a *ACLHandle) objectSet(ctx context.Context, entity ACLEntity, role ACLRole, isBucketDefault bool) error {
acl.go#L259: Role: ACLRole(a.Role),
acl.go#L270: Role: ACLRole(a.Role),
 |
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. |