Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
ID string
//Hosts coma separated list of hostnmae
Hostnames string
Port int
Timeout *Timeout
}
Connection represents a connection
func (*Connection) Validate ¶
func (c *Connection) Validate() error
Click to show internal directories.
Click to hide internal directories.