MCPcopy Create free account
hub / github.com/encoder-run/operator / AddPipelineDeploymentInput

Struct AddPipelineDeploymentInput

pkg/graph/model/models_gen.go:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type AddPipelineDeploymentInput struct {
23 ID string `json:"id"`
24 Enabled bool `json:"enabled"`
25}
26
27type AddPipelineInput struct {
28 Type PipelineType `json:"type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected