config.go 78 B

12345
  1. package dns
  2. type CacheConfig interface {
  3. IsTrustedSource(tag string) bool
  4. }