Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ AllProvisionerTypeValues
Function
AllProvisionerTypeValues
coderd/database/models.go:3301–3306 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3299
}
3300
3301
func
AllProvisionerTypeValues() []ProvisionerType {
3302
return
[]ProvisionerType{
3303
ProvisionerTypeEcho,
3304
ProvisionerTypeTerraform,
3305
}
3306
}
3307
3308
type
ResourceType string
3309
Callers
1
TestQueuePosition
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestQueuePosition
Function · 0.74