func cloud.google.com/go/storage.toBucketACLRules

3 uses

	cloud.google.com/go/storage (current package)
		acl.go#L154: 	return toBucketACLRules(acls.Items), nil
		acl.go#L247: func toBucketACLRules(items []*raw.BucketAccessControl) []ACLRule {
		bucket.go#L519: 		ACL:                      toBucketACLRules(b.Acl),