Output represents a safe standard output of task which is compatbile to AptlyProgress.
| 11 | // Output represents a safe standard output of task |
| 12 | // which is compatbile to AptlyProgress. |
| 13 | type Output struct { |
| 14 | mu *sync.Mutex |
| 15 | output *bytes.Buffer |
| 16 | } |
| 17 | |
| 18 | // PublishOutput specific output for publishing api |
| 19 | type PublishOutput struct { |
nothing calls this directly
no outgoing calls
no test coverage detected