type cloud.google.com/go/storage.ACLEntity
13 uses
cloud.google.com/go/storage (current package)
acl.go#L44: type ACLEntity string
acl.go#L47: AllUsers ACLEntity = "allUsers"
acl.go#L48: AllAuthenticatedUsers ACLEntity = "allAuthenticatedUsers"
acl.go#L54: Entity ACLEntity
acl.go#L78: func (a *ACLHandle) Delete(ctx context.Context, entity ACLEntity) (err error) {
acl.go#L92: func (a *ACLHandle) Set(ctx context.Context, entity ACLEntity, role ACLRole) (err error) {
acl.go#L134: func (a *ACLHandle) bucketDefaultDelete(ctx context.Context, entity ACLEntity) error {
acl.go#L157: func (a *ACLHandle) bucketSet(ctx context.Context, entity ACLEntity, role ACLRole) error {
acl.go#L175: func (a *ACLHandle) bucketDelete(ctx context.Context, entity ACLEntity) error {
acl.go#L198: func (a *ACLHandle) objectSet(ctx context.Context, entity ACLEntity, role ACLRole, isBucketDefault bool) error {
acl.go#L222: func (a *ACLHandle) objectDelete(ctx context.Context, entity ACLEntity) error {
acl.go#L257: Entity: ACLEntity(a.Entity),
acl.go#L268: Entity: ACLEntity(a.Entity),
 |
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. |