()
| 439 | } |
| 440 | |
| 441 | func (config *HTTPServerConfiguration) Validate() error { |
| 442 | _, err := config.ValidateWithCerts() |
| 443 | return err |
| 444 | } |
| 445 | |
| 446 | // HTTPServerCerts is a structure returned from ValidateWithCerts, containing the loaded certificates after validation. |
| 447 | type HTTPServerCerts struct { |
nothing calls this directly
no test coverage detected