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

Struct Chain

zinterceptor/chain.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import "github.com/aceld/zinx/ziface"
9
10type Chain struct {
11 req ziface.IcReq
12 position int
13 interceptors []ziface.IInterceptor
14}
15
16func NewChain(list []ziface.IInterceptor, pos int, req ziface.IcReq) ziface.IChain {
17 return &Chain{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected