InChannel is an interface representing a writeable channel with a buffer.
| 57 | |
| 58 | // InChannel is an interface representing a writeable channel with a buffer. |
| 59 | type InChannel interface { |
| 60 | SimpleInChannel |
| 61 | Buffer |
| 62 | } |
| 63 | |
| 64 | // SimpleOutChannel is an interface representing a readable channel that does not necessarily |
| 65 | // implement the Buffer interface. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…