package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Aug 31, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type BypassSpec struct {
ID string `json:"id"`
SocketPath string `json:"socketPath"`
PidFilePath string `json:"pidFilePath"`
LogFilePath string `json:"logFilePath"`
PortMapping []PortSpec `json:"portMapping"`
IgnoreSubnets []string `json:"ignoreSubnets"`
}
type BypassStatus struct {
ID string `json:"id"`
Pid int `json:"pid"`
Spec BypassSpec `json:"spec"`
}
type ErrorJSON struct {
Message string `json:"message"`
}
type PortSpec struct {
Protos []string `json:"protos"`
ParentIP string `json:"parentIP"`
ParentPort int `json:"parentPort"`
ChildIP string `json:"childIP"`
ChildPort int `json:"childPort"`
}
Source Files
¶
Directories
¶
daemon
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.