Receive listens to the process retrieval channel
()
| 78 | |
| 79 | // Receive listens to the process retrieval channel |
| 80 | func (p *ProcessStream) Receive() <-chan *ProcessResponse { |
| 81 | return p.receiveChannel |
| 82 | } |
| 83 | |
| 84 | // Cancel cancels the stream by sending a termination signal to the target. |
| 85 | func (p *ProcessStream) Cancel() errors.Error { |