()
| 3510 | } |
| 3511 | |
| 3512 | func AllShareableWorkspaceOwnersValues() []ShareableWorkspaceOwners { |
| 3513 | return []ShareableWorkspaceOwners{ |
| 3514 | ShareableWorkspaceOwnersNone, |
| 3515 | ShareableWorkspaceOwnersEveryone, |
| 3516 | ShareableWorkspaceOwnersServiceAccounts, |
| 3517 | } |
| 3518 | } |
| 3519 | |
| 3520 | type StartupScriptBehavior string |
| 3521 |
no outgoing calls
no test coverage detected