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

Struct PipelineExecution

pkg/graph/model/models_gen.go:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99type PipelineExecution struct {
100 ID string `json:"id"`
101 Status PipelineExecutionStatus `json:"status"`
102}
103
104type PostgresInput struct {
105 External bool `json:"external"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected