Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionConfig ¶
type ConnectionConfig struct { Name string LocalAddress string "local_address" RemoteAddress string "remote_address" Url string }
func ParseConnection ¶
func ParseConnection(connection string) (*ConnectionConfig, error)
func ParseConnectionsParameter ¶
func ParseConnectionsParameter(connectionsArg string) ([]ConnectionConfig, error)
type ReadOnly ¶
type ReadOnly interface { GetProxyConfigurations() ([]ConnectionConfig, error) IsPollable() bool }
Click to show internal directories.
Click to hide internal directories.