boulder/va
Jacob Hoffman-Andrews 2a8f0fe6ac
Rename several items in bdns (#5260)
[Go style says](https://blog.golang.org/package-names):

> Avoid stutter. Since client code uses the package name as a prefix
> when referring to the package contents, the names for those contents
> need not repeat the package name. The HTTP server provided by the
> http package is called Server, not HTTPServer. Client code refers to
> this type as http.Server, so there is no ambiguity.

Rename DNSClient, DNSClientImpl, NewDNSClientImpl,
NewTestDNSClientImpl, DNSError, and MockDNSClient to follow those
guidelines.

Unexport DNSClientImpl and MockTimeoutError (was only used internally).

Make New and NewTest return the Client interface rather than a concrete
`impl` type.
2021-01-29 17:20:35 -08:00
..
proto Update VA RPCs to proto3 (#5005) 2020-08-17 15:20:51 -07:00
caa.go Return full CAA RR response from bdns to va (#5181) 2020-12-10 18:17:04 -08:00
caa_test.go Return full CAA RR response from bdns to va (#5181) 2020-12-10 18:17:04 -08:00
dns.go Use explicit fmt.Sprintf for ProblemDetails (#4787) 2020-04-21 14:36:11 -07:00
dns_test.go Rename several items in bdns (#5260) 2021-01-29 17:20:35 -08:00
http.go Detect redirect loops in VA (#5234) 2021-01-19 16:38:03 -08:00
http_test.go Rename several items in bdns (#5260) 2021-01-29 17:20:35 -08:00
tlsalpn.go Use explicit fmt.Sprintf for ProblemDetails (#4787) 2020-04-21 14:36:11 -07:00
tlsalpn_test.go Rename several items in bdns (#5260) 2021-01-29 17:20:35 -08:00
utf8filter.go Filter invalid UTF-8 from error responses. (#3845) 2018-09-17 14:35:46 -04:00
utf8filter_test.go Filter invalid UTF-8 from error responses. (#3845) 2018-09-17 14:35:46 -04:00
va.go Rename several items in bdns (#5260) 2021-01-29 17:20:35 -08:00
va_test.go Rename several items in bdns (#5260) 2021-01-29 17:20:35 -08:00