Documentation ¶
Index ¶
Constants ¶
View Source
const ( RED = "\033[0;31m" NC = "\033[0m" // No Color )
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
Source Files ¶
Click to show internal directories.
Click to hide internal directories.