| 46 | } |
| 47 | |
| 48 | type AddStorageDeploymentInput struct { |
| 49 | ID string `json:"id"` |
| 50 | CPU string `json:"cpu"` |
| 51 | Memory string `json:"memory"` |
| 52 | } |
| 53 | |
| 54 | type AddStorageInput struct { |
| 55 | Type StorageType `json:"type"` |
nothing calls this directly
no outgoing calls
no test coverage detected