Documentation
¶
Index ¶
- type YAMLDB
- func (db *YAMLDB) DumpAllRecords() map[string]map[string][]schema.DNSRecord
- func (db *YAMLDB) GetRootDomainFor(s string) (string, error)
- func (db *YAMLDB) List(q schema.QueryList) ([]schema.DNSRecord, error)
- func (db *YAMLDB) ListDomains(disabled bool) ([]schema.DNSDomain, error)
- func (db *YAMLDB) LoadDir(dir string) error
- func (db *YAMLDB) LoadFile(file string) error
- func (db *YAMLDB) Lookup(q schema.QueryLookup) ([]schema.DNSRecord, error)
- func (db *YAMLDB) UpdateDir(dir string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YAMLDB ¶
type YAMLDB struct {
// contains filtered or unexported fields
}
func (*YAMLDB) DumpAllRecords ¶
func (*YAMLDB) ListDomains ¶
Click to show internal directories.
Click to hide internal directories.