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

Struct AddStorageInput

pkg/graph/model/models_gen.go:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type AddStorageInput struct {
55 Type StorageType `json:"type"`
56 Name string `json:"name"`
57 Postgres *PostgresInput `json:"postgres,omitempty"`
58}
59
60type HuggingFace struct {
61 Organization string `json:"organization"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected