(interceptor ziface.IInterceptor)
| 341 | } |
| 342 | |
| 343 | func (c *Client) AddInterceptor(interceptor ziface.IInterceptor) { |
| 344 | c.msgHandler.AddInterceptor(interceptor) |
| 345 | } |
| 346 | |
| 347 | func (c *Client) SetDecoder(decoder ziface.IDecoder) { |
| 348 | c.decoder = decoder |
nothing calls this directly
no test coverage detected