Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interceptor ¶ added in v2.6.8
type Interceptor interface { io.Closer InterceptId() string InterceptInfo() *restapi.InterceptInfo Serve(context.Context, chan<- net.Addr) error SetIntercepting(*manager.InterceptInfo) SetManager(*manager.SessionInfo, manager.ManagerClient, semver.Version) Target() (string, uint16) }
func NewInterceptor ¶ added in v2.6.8
func NewInterceptor(addr net.Addr, targetHost string, targetPort uint16) Interceptor
Click to show internal directories.
Click to hide internal directories.