| 37 | } |
| 38 | |
| 39 | type 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 | |
| 48 | type AddStorageDeploymentInput struct { |
| 49 | ID string `json:"id"` |
nothing calls this directly
no outgoing calls
no test coverage detected