| 16 | ) |
| 17 | |
| 18 | type ChannelBind struct { |
| 19 | rx4, tx4 *chan []byte |
| 20 | rx6, tx6 *chan []byte |
| 21 | closeSignal chan bool |
| 22 | source4, source6 ChannelEndpoint |
| 23 | target4, target6 ChannelEndpoint |
| 24 | } |
| 25 | |
| 26 | type ChannelEndpoint uint16 |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected