Notifer recv client request.
| 17 | |
| 18 | // Notifer recv client request. |
| 19 | type Notifer struct { |
| 20 | host string |
| 21 | broker *broker |
| 22 | } |
| 23 | |
| 24 | // NewNotifer new Notifer server. |
| 25 | func NewNotifer(host string) *Notifer { |
nothing calls this directly
no outgoing calls
no test coverage detected