SetWorkspaceACLDisabled disables/enables workspace sharing for the deployment.
(v bool)
| 245 | // SetWorkspaceACLDisabled disables/enables workspace sharing for the |
| 246 | // deployment. |
| 247 | func SetWorkspaceACLDisabled(v bool) { |
| 248 | workspaceACLDisabled.Store(v) |
| 249 | } |
| 250 | |
| 251 | // WorkspaceACLDisabled returns true if workspace sharing is disabled |
| 252 | // for the deployment. |