Handle A and AAAA records TTL properly in dnscache #291
Annotations
11 errors
|
Test:
pkg/dns/dnscache.go#L54
struct field ips has json tag but is not exported
|
|
Test:
pkg/dns/dnscache.go#L55
struct field setName has json tag but is not exported
|
|
Test:
pkg/dns/dnscache.go#L108
struct field ipv4 has json tag but is not exported
|
|
Test:
pkg/dns/dnscache.go#L109
struct field ipv6 repeats json tag "ipv4" also at dnscache.go:108
|
|
Test:
pkg/dns/dnscache.go#L109
struct field ipv6 has json tag but is not exported
|
|
Test
Process completed with exit code 2.
|
|
Build:
pkg/dns/dnscache.go#L54
structtag: struct field ips has json tag but is not exported (govet)
|
|
Build:
pkg/dns/dnscache.go#L55
structtag: struct field setName has json tag but is not exported (govet)
|
|
Build:
pkg/dns/dnscache.go#L108
structtag: struct field ipv4 has json tag but is not exported (govet)
|
|
Build:
pkg/dns/dnscache.go#L109
structtag: struct field ipv6 repeats json tag "ipv4" also at dnscache.go:108 (govet)
|
|
Build
issues found
|