func(client *Client, seq string, message []byte) (code uint32, msg string, data interface{})
| 16 | ) |
| 17 | |
| 18 | type DisposeFunc func(client *Client, seq string, message []byte) (code uint32, msg string, data interface{}) |
| 19 | |
| 20 | var ( |
| 21 | handlers = make(map[string]DisposeFunc) |
nothing calls this directly
no outgoing calls
no test coverage detected