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

Struct AddStorageDeploymentInput

pkg/graph/model/models_gen.go:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type AddStorageDeploymentInput struct {
49 ID string `json:"id"`
50 CPU string `json:"cpu"`
51 Memory string `json:"memory"`
52}
53
54type AddStorageInput struct {
55 Type StorageType `json:"type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected