ShareableWorkspaceOwners controls whose workspaces can be shared within an organization.
| 10 | // ShareableWorkspaceOwners controls whose workspaces can be shared |
| 11 | // within an organization. |
| 12 | type ShareableWorkspaceOwners string |
| 13 | |
| 14 | const ( |
| 15 | ShareableWorkspaceOwnersNone ShareableWorkspaceOwners = "none" |
no outgoing calls
no test coverage detected