Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCaches ¶
func InitCaches() error
InitCaches does an initial fetch of all Zones and PAC Files this allows checking all conditions that would completely break the application directly after start
func InitEventLogger ¶
func InitEventLogger()
func LaunchServer ¶
func LaunchServer()
func LoadConfig ¶
Types ¶
type LookupElement ¶
type LookupElement struct { IPMap *ipMap `json:"IPMap"` PAC *pacTemplate `json:"PAC"` // contains filtered or unexported fields }
func NewLookupElement ¶
func NewLookupElement(ipMap *ipMap, pac *pacTemplate, contactInfo string) (LookupElement, error)
Click to show internal directories.
Click to hide internal directories.