Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrIPAddressNotFound = errors.New("ip address for interface not found") ErrNoDefaultRoute = errors.New("no default route found") )
Functions ¶
func GetDefaultIface ¶
func GetDomainName ¶
func IPAndGateway ¶
Types ¶
type LocalAgent ¶
type LocalAgent struct { v1.AgentClient // contains filtered or unexported fields }
func Agent ¶
func Agent(address string) (*LocalAgent, error)
func (*LocalAgent) Close ¶
func (a *LocalAgent) Close() error
type LocalTerra ¶
type LocalTerra struct { tv1.TerraClient // contains filtered or unexported fields }
func Terra ¶
func Terra(address string) (*LocalTerra, error)
func (*LocalTerra) Close ¶
func (l *LocalTerra) Close() error
Click to show internal directories.
Click to hide internal directories.