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

Method GetIMessage

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

Get the request data in the current chain (current interceptor)-获取当前责任链中的请求数据(当前拦截器)

()

Source from the content-addressed store, hash-verified

27type IChain interface {
28 Request() IcReq // Get the request data in the current chain (current interceptor)-获取当前责任链中的请求数据(当前拦截器)
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