Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType string
const ( StartType ActionType = "Start" StopType ActionType = "Stop" RestartType ActionType = "Restart" SkipType ActionType = "Skip" )
func JudgeType ¶
func JudgeType(curr, spec bool) ActionType
type Option ¶
type Option struct {
// contains filtered or unexported fields
}
func NewEngineOption ¶
func NewEngineOption() *Option
func (*Option) GetProxyStatus ¶
func (*Option) GetTunnelStatus ¶
func (*Option) SetProxyStatus ¶
func (*Option) SetTunnelStatus ¶
type ProxyContext ¶
type ProxyEngine ¶
type ProxyEngine struct {
// contains filtered or unexported fields
}
type TunnelEngine ¶
type TunnelEngine struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.