package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Dec 10, 2015
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CacheConfig interface {
TrustedSource() []string
}
type DnsCache struct {
sync.RWMutex
}
func NewCache() *DnsCache
func (this *DnsCache) Add(domain string, ip net.IP)
func (this *DnsCache) Get(domain string) net.IP
Source Files
¶
Click to show internal directories.
Click to hide internal directories.