ContentAccessLevel determines whether the user can read/write contents.
()
| 32 | type AuthorizationInfo interface { |
| 33 | // ContentAccessLevel determines whether the user can read/write contents. |
| 34 | ContentAccessLevel() AccessLevel |
| 35 | |
| 36 | // ManifestAccessLevel determines whether the user has access to a manifest with given labels. |
| 37 | ManifestAccessLevel(labels map[string]string) AccessLevel |
no outgoing calls