| 97 | } |
| 98 | |
| 99 | type PipelineExecution struct { |
| 100 | ID string `json:"id"` |
| 101 | Status PipelineExecutionStatus `json:"status"` |
| 102 | } |
| 103 | |
| 104 | type PostgresInput struct { |
| 105 | External bool `json:"external"` |
nothing calls this directly
no outgoing calls
no test coverage detected