Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
// (拦截器)
19
type
IInterceptor
interface
{
20
Intercept(IChain) IcResp
21
// The interception method of the interceptor (defined by the developer)
22
// (拦截器的拦截处理方法,由开发者定义)
23
}
Callers
1
Proceed
Method · 0.65
Implementers
5
TLVDecoder
zdecoder/tlvdecoder.go
HtlvCrcDecoder
zdecoder/htlvcrcdecoder.go
LTV_Little_Decoder
zdecoder/ltvdecoder_little.go
MsgHandle
znet/msghandler.go
MyInterceptor
examples/zinx_interceptor/interceptors
Calls
no outgoing calls
Tested by
no test coverage detected