Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func AuditRecords(records []*models.RecordConfig) error type RecordConfigJSON Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AuditRecords ¶ added in v3.8.0 func AuditRecords(records []*models.RecordConfig) error AuditRecords returns an error if any records are not supportable by this provider. Types ¶ type RecordConfigJSON ¶ added in v3.3.0 type RecordConfigJSON struct { Name string `json:"hostname"` Type string `json:"recordtype"` Data string `json:"recorddata"` TTL uint32 `json:"timetolive"` } RecordConfigJSON RecordConfig, reconfigured for JSON input/output. Source Files ¶ View all Source files activedirProvider.go auditrecords.go domains.go getzones_other.go Click to show internal directories. Click to hide internal directories.