ReadFn is the function signature for the function used for reading and processing new packets.
func(*Client, packets.Packet) error
| 33 | |
| 34 | // ReadFn is the function signature for the function used for reading and processing new packets. |
| 35 | type ReadFn func(*Client, packets.Packet) error |
| 36 | |
| 37 | // Clients contains a map of the clients known by the broker. |
| 38 | type Clients struct { |
nothing calls this directly
no outgoing calls
no test coverage detected