Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // Error channel receives any kind of routine errors Error chan error // contains filtered or unexported fields }
type Configuration ¶
type Configuration struct { PrivateKey *[ed25519.PrivateKeySize]byte Peer *govpn.PeerConf Protocol Protocol InterfaceName string ProxyAddress string ProxyAuthentication string RemoteAddress string UpPath string DownPath string StatsAddress string NoReconnect bool MTU int }
func (*Configuration) Validate ¶
func (c *Configuration) Validate() error
Click to show internal directories.
Click to hide internal directories.