Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCacheMiss = fmt.Errorf("Cache entry not found") ErrCacheExpired = fmt.Errorf("Cache entry expired") )
Functions ¶
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
type ValidationStatus ¶
type ValidationStatus int
const ( Indeterminate ValidationStatus = iota Secure Insecure Bogus )
rename this so it starts with DNSSEC
Click to show internal directories.
Click to hide internal directories.