type cloud.google.com/go/storage.ACLRule
21 uses
cloud.google.com/go/storage (current package)
acl.go#L53: type ACLRule struct {
acl.go#L106: func (a *ACLHandle) List(ctx context.Context) (rules []ACLRule, err error) {
acl.go#L119: func (a *ACLHandle) bucketDefaultList(ctx context.Context) ([]ACLRule, error) {
acl.go#L142: func (a *ACLHandle) bucketList(ctx context.Context) ([]ACLRule, error) {
acl.go#L183: func (a *ACLHandle) objectList(ctx context.Context) ([]ACLRule, error) {
acl.go#L239: func toObjectACLRules(items []*raw.ObjectAccessControl) []ACLRule {
acl.go#L240: var rs []ACLRule
acl.go#L247: func toBucketACLRules(items []*raw.BucketAccessControl) []ACLRule {
acl.go#L248: var rs []ACLRule
acl.go#L255: func toObjectACLRule(a *raw.ObjectAccessControl) ACLRule {
acl.go#L256: return ACLRule{
acl.go#L266: func toBucketACLRule(a *raw.BucketAccessControl) ACLRule {
acl.go#L267: return ACLRule{
acl.go#L277: func toRawObjectACL(rules []ACLRule) []*raw.ObjectAccessControl {
acl.go#L288: func toRawBucketACL(rules []ACLRule) []*raw.BucketAccessControl {
acl.go#L299: func (r ACLRule) toRawBucketAccessControl(bucket string) *raw.BucketAccessControl {
acl.go#L308: func (r ACLRule) toRawObjectAccessControl(bucket string) *raw.ObjectAccessControl {
bucket.go#L233: ACL []ACLRule
bucket.go#L249: DefaultObjectACL []ACLRule
storage.go#L944: ACL []ACLRule
storage.go#L1103: ACL []ACLRule
 |
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. |