Versions in this module Expand all Collapse all v1 v1.4.4 Aug 10, 2021 Changes in this version + type GetInbound interface + GetInbound func() Inbound + type GetOutbound interface + GetOutbound func() Outbound + type Inbound interface + Network func() []net.Network + Process func(context.Context, net.Network, internet.Connection, routing.Dispatcher) error + type Outbound interface + Process func(context.Context, *transport.Link, internet.Dialer) error + type UserManager interface + AddUser func(context.Context, *protocol.MemoryUser) error + RemoveUser func(context.Context, string) error