MCPcopy Index your code
hub / github.com/coder/coder / ShareableWorkspaceOwners

TypeAlias ShareableWorkspaceOwners

codersdk/workspacesharing.go:12–12  ·  view source on GitHub ↗

ShareableWorkspaceOwners controls whose workspaces can be shared within an organization.

Source from the content-addressed store, hash-verified

10// ShareableWorkspaceOwners controls whose workspaces can be shared
11// within an organization.
12type ShareableWorkspaceOwners string
13
14const (
15 ShareableWorkspaceOwnersNone ShareableWorkspaceOwners = "none"

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected