Versions in this module Expand all Collapse all v0 v0.0.3 May 19, 2023 Changes in this version + func NewChain(list []iface.IInterceptor, pos int, req iface.IcReq) iface.IChain + func NewFrameDecoder(lf iface.LengthField) iface.IFrameDecoder + func NewFrameDecoderByParams(maxFrameLength uint64, ...) iface.IFrameDecoder + type Chain struct + func (c *Chain) GetIMessage() iface.IMessage + func (c *Chain) Proceed(request iface.IcReq) iface.IcResp + func (c *Chain) ProceedWithIMessage(iMessage iface.IMessage, response iface.IcReq) iface.IcResp + func (c *Chain) Request() iface.IcReq + func (c *Chain) ShouldIRequest(icReq iface.IcReq) iface.IRequest + type FrameDecoder struct + LengthFieldEndOffset int + func (d *FrameDecoder) Decode(buff []byte) [][]byte