mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: Add echo provisioner (#162)
This replaces the cdr-basic provisioner type with "echo". It reads binary data from the directory and returns the responses in order. This is used to test project and workspace job logic.
This commit is contained in:
@ -191,8 +191,8 @@ func (e *ProvisionerJobType) Scan(src interface{}) error {
|
||||
type ProvisionerType string
|
||||
|
||||
const (
|
||||
ProvisionerTypeEcho ProvisionerType = "echo"
|
||||
ProvisionerTypeTerraform ProvisionerType = "terraform"
|
||||
ProvisionerTypeCdrBasic ProvisionerType = "cdr-basic"
|
||||
)
|
||||
|
||||
func (e *ProvisionerType) Scan(src interface{}) error {
|
||||
|
Reference in New Issue
Block a user