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

Struct AddRepositoryInput

pkg/graph/model/models_gen.go:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type AddRepositoryInput struct {
40 URL *string `json:"url,omitempty"`
41 Token *string `json:"token,omitempty"`
42 Type *RepositoryType `json:"type,omitempty"`
43 Owner *string `json:"owner,omitempty"`
44 Name *string `json:"name,omitempty"`
45 Branch *string `json:"branch,omitempty"`
46}
47
48type AddStorageDeploymentInput struct {
49 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected