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

Struct AddPipelineInput

pkg/graph/model/models_gen.go:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type AddPipelineInput struct {
28 Type PipelineType `json:"type"`
29 Name string `json:"name"`
30 RepositoryEmbeddings *AddRepositoryEmbeddingsInput `json:"repositoryEmbeddings,omitempty"`
31}
32
33type AddRepositoryEmbeddingsInput struct {
34 RepositoryID string `json:"repositoryID"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected