Versions in this module Expand all Collapse all v0 v0.1.2 Apr 17, 2015 Changes in this version type Config + DnsOn bool + ExternalOn bool + HttpOn bool + HttpPort int + RecurseOn bool + SOAExpire uint32 + SOAMinttl uint32 + SOAMname string + SOARefresh uint32 + SOARetry uint32 + SOARname string + SOASerial uint32 type RecordGenerator + Slaves map[string]string v0.1.1 Apr 9, 2015 Changes in this version + func ZKdetect(c *Config) (<-chan struct{}, error) type Config + Zk string v0.1.0 Mar 21, 2015 Changes in this version + func GetLocalDNS() []string + type Config struct + Domain string + Email string + File string + Listener string + Masters []string + Mname string + Port int + RefreshSeconds int + Resolvers []string + TTL int + Timeout int + func SetConfig(cjson string) (c Config) + type Frameworks []struct + type RecordGenerator struct + As rrs + SRVs rrs + func (rg *RecordGenerator) InsertState(sj StateJSON, domain string, mname string, listener string, masters []string) error + func (rg *RecordGenerator) ParseState(config Config) + type Resources struct + Ports string + type Slaves []slave + type StateJSON struct + Leader string + type Tasks []struct