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

Method Intercept

ziface/iinterceptor.go:20–20  ·  view source on GitHub ↗
(IChain)

Source from the content-addressed store, hash-verified

18// (拦截器)
19type IInterceptor interface {
20 Intercept(IChain) IcResp
21 // The interception method of the interceptor (defined by the developer)
22 // (拦截器的拦截处理方法,由开发者定义)
23}

Callers 1

ProceedMethod · 0.65

Implementers 5

TLVDecoderzdecoder/tlvdecoder.go
HtlvCrcDecoderzdecoder/htlvcrcdecoder.go
LTV_Little_Decoderzdecoder/ltvdecoder_little.go
MsgHandleznet/msghandler.go
MyInterceptorexamples/zinx_interceptor/interceptors

Calls

no outgoing calls

Tested by

no test coverage detected