MCPcopy Index your code
hub / github.com/aceld/zinx / ProceedWithIMessage

Method ProceedWithIMessage

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

Enter and execute the next interceptor, and pass the request data to the next interceptor (进入并执行下一个拦截器,且将请求数据传递给下一个拦截器)

(IMessage, IcReq)

Source from the content-addressed store, hash-verified

29 GetIMessage() IMessage // Get IMessage from Chain (从Chain中获取IMessage)
30 Proceed(IcReq) IcResp // Enter and execute the next interceptor, and pass the request data to the next interceptor (进入并执行下一个拦截器,且将请求数据传递给下一个拦截器)
31 ProceedWithIMessage(IMessage, IcReq) IcResp
32}

Callers 3

InterceptMethod · 0.65
InterceptMethod · 0.65
InterceptMethod · 0.65

Implementers 1

Chainzinterceptor/chain.go

Calls

no outgoing calls

Tested by

no test coverage detected