Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AppName = "indns" Prefix = "/opt/sysinner/indns" Config = ConfigCommon{} Version = "" Release = "" Records = ConfigRecordManager{ // contains filtered or unexported fields } )
Functions ¶
Types ¶
type ConfigCommon ¶
type ConfigRecordManager ¶
type ConfigRecordManager struct {
// contains filtered or unexported fields
}
type ConfigZone ¶
type ConfigZone struct {
Records []*ConfigZoneRecord `toml:"records"`
}
type ConfigZoneRecord ¶
Click to show internal directories.
Click to hide internal directories.