Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIN_UPDATE_PERIOD = 10 MAX_UPDATE_PERIOD = 60 * 60 VERSION = "0.9.1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CFDNSUpdaterConfiguration ¶
type CFDNSUpdaterConfiguration struct { Verbose bool Quiet bool LoggingMode utils.LoggingMode DomainConfigs map[string]DomainConfiguration }
type CommandLine ¶
type CommandLine struct{}
func (*CommandLine) ParseParameters ¶
func (self *CommandLine) ParseParameters(rawParams []string) (res *CFDNSUpdaterConfiguration, err error)
type DomainConfiguration ¶
Click to show internal directories.
Click to hide internal directories.