Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlwaysOnInboundHandler ¶
type AlwaysOnInboundHandler struct {
// contains filtered or unexported fields
}
func NewAlwaysOnInboundHandler ¶
func NewAlwaysOnInboundHandler(ctx context.Context, tag string, receiverConfig *proxyman.ReceiverConfig, proxyConfig interface{}) (*AlwaysOnInboundHandler, error)
func (*AlwaysOnInboundHandler) Close ¶
func (h *AlwaysOnInboundHandler) Close()
func (*AlwaysOnInboundHandler) GetRandomInboundProxy ¶
func (*AlwaysOnInboundHandler) Start ¶
func (h *AlwaysOnInboundHandler) Start() error
type DynamicInboundHandler ¶
type DynamicInboundHandler struct {
// contains filtered or unexported fields
}
func NewDynamicInboundHandler ¶
func NewDynamicInboundHandler(ctx context.Context, tag string, receiverConfig *proxyman.ReceiverConfig, proxyConfig interface{}) (*DynamicInboundHandler, error)
func (*DynamicInboundHandler) Close ¶
func (h *DynamicInboundHandler) Close()
func (*DynamicInboundHandler) GetRandomInboundProxy ¶
func (*DynamicInboundHandler) Start ¶
func (h *DynamicInboundHandler) Start() error
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is to manage all inbound handlers.
func (*Manager) AddHandler ¶
func (*Manager) GetHandler ¶
Click to show internal directories.
Click to hide internal directories.