MCPcopy 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
3301func AllProvisionerTypeValues() []ProvisionerType {
3302 return []ProvisionerType{
3303 ProvisionerTypeEcho,
3304 ProvisionerTypeTerraform,
3305 }
3306}
3307
3308type ResourceType string
3309

Callers 1

TestQueuePositionFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestQueuePositionFunction · 0.74