MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / Validate

Method Validate

config/http.go:441–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439}
440
441func (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.
447type HTTPServerCerts struct {

Callers

nothing calls this directly

Calls 1

ValidateWithCertsMethod · 0.95

Tested by

no test coverage detected