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

Method Validate

config/http.go:328–331  ·  view source on GitHub ↗

Validate validates the HTTP client configuration.

()

Source from the content-addressed store, hash-verified

326
327// Validate validates the HTTP client configuration.
328func (c *HTTPClientConfiguration) Validate() error {
329 _, err := c.ValidateWithCerts()
330 return err
331}
332
333// ValidateWithCerts validates the client configuration and returns the loaded certificates if any.
334func (c *HTTPClientConfiguration) ValidateWithCerts() (*HTTPClientCerts, error) {

Callers 1

newGitHubProviderFunction · 0.95

Calls 1

ValidateWithCertsMethod · 0.95

Tested by

no test coverage detected