Versions in this module Expand all Collapse all v4 v4.40.11 Jun 23, 2021 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) GetSkipDNSResolve() bool + 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