Versions in this module Expand all Collapse all v0 v0.0.1 Mar 2, 2022 Changes in this version + func AsRoutingContext(ctx context.Context) routing.Context + type Context struct + Content *session.Content + Inbound *session.Inbound + Outbound *session.Outbound + func (ctx *Context) GetAttributes() map[string]string + func (ctx *Context) GetInboundTag() string + func (ctx *Context) GetNetwork() net.Network + func (ctx *Context) GetProtocol() string + func (ctx *Context) GetSourceIPs() []net.IP + func (ctx *Context) GetSourcePort() net.Port + func (ctx *Context) GetTargetDomain() string + func (ctx *Context) GetTargetIPs() []net.IP + func (ctx *Context) GetTargetPort() net.Port + func (ctx *Context) GetUser() string