DoNothingDecoderDelegate is an implementation of DecoderDelegate that does nothing for all methods.
| 42 | // DoNothingDecoderDelegate is an implementation of DecoderDelegate |
| 43 | // that does nothing for all methods. |
| 44 | type DoNothingDecoderDelegate struct{} |
| 45 | |
| 46 | // OnHeaderLoad implements the DecoderDelegate interface. |
| 47 | func (DoNothingDecoderDelegate) OnHeaderLoad(headerInfo string) {} |
nothing calls this directly
no outgoing calls
no test coverage detected