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

Struct Pipeline

pkg/graph/model/models_gen.go:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90type Pipeline struct {
91 ID string `json:"id"`
92 Name string `json:"name"`
93 Type PipelineType `json:"type"`
94 Enabled bool `json:"enabled"`
95 Status PipelineStatus `json:"status"`
96 RepositoryEmbeddings *RepositoryEmbeddings `json:"repositoryEmbeddings,omitempty"`
97}
98
99type PipelineExecution struct {
100 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected