Versions in this module Expand all Collapse all v1 v1.4.4 Aug 10, 2021 Changes in this version + func ManagerType() interface + type Handler interface + GetRandomInboundProxy func() (interface{}, net.Port, int) + Tag func() string + type Manager interface + AddHandler func(ctx context.Context, handler Handler) error + GetHandler func(ctx context.Context, tag string) (Handler, error) + RemoveHandler func(ctx context.Context, tag string) error