Documentation ¶
Index ¶
Constants ¶
View Source
const (
TTL = 300 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
func ParseConfig ¶
func ParseConfig(config map[interface{}]interface{}) (commonConfig *CommonConfig, awsConfig *AwsConfig, gcpConfig *GcpConfig, err error)
domain, nameserver, port, rname string, private bool,
Types ¶
type CloudVendor ¶
type CloudVendor string
const ( CacheName = "CLOUD-NAME-SERVER" UNKNOWN CloudVendor = "UNKNOWN" AWS CloudVendor = "AWS" GCP CloudVendor = "GCP" )
type CommonConfig ¶
type CommonConfig struct {
// contains filtered or unexported fields
}
type LookupTable ¶
type Record ¶
Click to show internal directories.
Click to hide internal directories.