Custom Interceptor 1
| 8 | // Custom Interceptor 1 |
| 9 | |
| 10 | type MyInterceptor struct{} |
| 11 | |
| 12 | func (m *MyInterceptor) Intercept(chain ziface.IChain) ziface.IcResp { |
| 13 | request := chain.Request() |
nothing calls this directly
no outgoing calls
no test coverage detected