Discover Packages
github.com/123hurray/netroxy
client
package
Version:
v0.0.0-...-8613b64
Opens a new window with list of versions in this module.
Published: Sep 28, 2016
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ClientConfig struct {
Ip string `json:"ip"`
Port int `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
TLS struct {
Enabled bool `json:"enabled"`
Verify bool `json:"verify"`
} `json:"tls"`
Connections []ConnectionConfig
}
type ConnectionConfig struct {
Ip string `json:"ip`
Port int `json:port`
RemotePort int `json:remotePort`
TLS bool `json:"tls"`
IsOpen bool `json:"isOpen"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.