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

Function NewManager

coderd/runtimeconfig/manager.go:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9type Manager struct{}
10
11func NewManager() *Manager {
12 return &Manager{}
13}
14
15// Resolver is the deployment wide namespace for runtime configuration.
16// If you are trying to namespace a configuration, orgs for example, use

Callers 15

TestTelemetryFunction · 0.92
TestEntryFunction · 0.92
TestRoleSyncTableFunction · 0.92
TestNoopNoDiffFunction · 0.92
TestParseGroupClaimsFunction · 0.92
TestGroupSyncTableFunction · 0.92
TestSyncDisabledFunction · 0.92
TestApplyGroupDifferenceFunction · 0.92
SetupOrganizationFunction · 0.92
TestSyncOrganizationsFunction · 0.92
NewOptionsFunction · 0.92

Calls

no outgoing calls

Tested by 14

TestTelemetryFunction · 0.74
TestEntryFunction · 0.74
TestRoleSyncTableFunction · 0.74
TestNoopNoDiffFunction · 0.74
TestParseGroupClaimsFunction · 0.74
TestGroupSyncTableFunction · 0.74
TestSyncDisabledFunction · 0.74
TestApplyGroupDifferenceFunction · 0.74
SetupOrganizationFunction · 0.74
TestSyncOrganizationsFunction · 0.74