| 52 | } |
| 53 | |
| 54 | type AddStorageInput struct { |
| 55 | Type StorageType `json:"type"` |
| 56 | Name string `json:"name"` |
| 57 | Postgres *PostgresInput `json:"postgres,omitempty"` |
| 58 | } |
| 59 | |
| 60 | type HuggingFace struct { |
| 61 | Organization string `json:"organization"` |
nothing calls this directly
no outgoing calls
no test coverage detected