(channel chan interface{})
| 73 | } |
| 74 | |
| 75 | func (th *TestingHandler) SetChannel(channel chan interface{}) { |
| 76 | th.ResultChannel = channel |
| 77 | } |
| 78 | |
| 79 | func (th *TestingHandler) String() string { |
| 80 | return "Testing Handler" |
no outgoing calls
no test coverage detected