Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Value
Method
Value
coderd/database/types.go:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(a *Actions) Value() (driver.Value, error) {
60
return
json.Marshal(a)
61
}
62
63
// TemplateACL is a map of ids to permissions.
64
type
TemplateACL
map
[string][]policy.Action
Callers
15
New
Function · 0.45
TestWorkspaceAgentTailnetDirectDisabled
Function · 0.45
TestWorkspaceAgentListeningPorts
Function · 0.45
TestTokenCustomDefaultLifetime
Function · 0.45
TestSessionExpiry
Function · 0.45
TestAPIKey_SetDefault
Function · 0.45
TestDynamicParametersWithTerraformValues
Function · 0.45
TestDeploymentValues
Function · 0.45
notificationDispatchMethods
Method · 0.45
workspaceAgentConnection
Method · 0.45
workspaceAgentConnectionGeneric
Method · 0.45
postConvertLoginType
Method · 0.45
Calls
1
Marshal
Method · 0.45
Tested by
15
TestWorkspaceAgentTailnetDirectDisabled
Function · 0.36
TestWorkspaceAgentListeningPorts
Function · 0.36
TestTokenCustomDefaultLifetime
Function · 0.36
TestSessionExpiry
Function · 0.36
TestAPIKey_SetDefault
Function · 0.36
TestDynamicParametersWithTerraformValues
Function · 0.36
TestDeploymentValues
Function · 0.36
TestPendingUpdatesMetric
Function · 0.36
TestBackpressure
Function · 0.36
TestNotificationTemplates_Golden
Function · 0.36
TestSMTP
Function · 0.36
TestAcquireJob
Function · 0.36