Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheConfig ¶
type CacheConfig struct {
TrustedTags map[serial.StringLiteral]bool
}
func (*CacheConfig) IsTrustedSource ¶
func (this *CacheConfig) IsTrustedSource(tag serial.StringLiteral) bool
type DnsCache ¶
type DnsCache struct {
// contains filtered or unexported fields
}
func NewCache ¶
func NewCache(config *CacheConfig) *DnsCache
Click to show internal directories.
Click to hide internal directories.