MCPcopy
hub / github.com/aceld/zinx / MyInterceptor

Struct MyInterceptor

examples/zinx_interceptor/interceptors/interceptor_1.go:10–10  ·  view source on GitHub ↗

Custom Interceptor 1

Source from the content-addressed store, hash-verified

8// Custom Interceptor 1
9
10type MyInterceptor struct{}
11
12func (m *MyInterceptor) Intercept(chain ziface.IChain) ziface.IcResp {
13 request := chain.Request()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected