Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "" Commit = "" Date = "" )
Functions ¶
Types ¶
type CachedDNSEntry ¶
type CachedDNSEntry struct {
UUID string `json:"uuid"`
Name string `json:"name"`
Addr string `json:"addr"`
Port int `json:"port"`
}
func (CachedDNSEntry) GetAddr ¶
func (e CachedDNSEntry) GetAddr() string
func (CachedDNSEntry) GetName ¶
func (e CachedDNSEntry) GetName() string
func (CachedDNSEntry) GetPort ¶
func (e CachedDNSEntry) GetPort() int
func (CachedDNSEntry) GetUUID ¶
func (e CachedDNSEntry) GetUUID() string
Click to show internal directories.
Click to hide internal directories.