| 20 | } |
| 21 | |
| 22 | type AddPipelineDeploymentInput struct { |
| 23 | ID string `json:"id"` |
| 24 | Enabled bool `json:"enabled"` |
| 25 | } |
| 26 | |
| 27 | type AddPipelineInput struct { |
| 28 | Type PipelineType `json:"type"` |
nothing calls this directly
no outgoing calls
no test coverage detected