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

Interface IInterceptor

ziface/iinterceptor.go:19–23  ·  view source on GitHub ↗

Interceptor (拦截器)

Source from the content-addressed store, hash-verified

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

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