DoNothingDecoderDelegate is an implementation of DecoderDelegate that does nothing for all methods.
| 200 | // DoNothingDecoderDelegate is an implementation of DecoderDelegate |
| 201 | // that does nothing for all methods. |
| 202 | type DoNothingDecoderDelegate struct{} |
| 203 | |
| 204 | // OnCreatorPacketLoad implements the DecoderDelegate interface. |
| 205 | func (DoNothingDecoderDelegate) OnCreatorPacketLoad(clientID string) {} |
nothing calls this directly
no outgoing calls
no test coverage detected