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

Method Validate

config/auth.go:610–616  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

608}
609
610func (c *AuthGitHubConfig) Validate() (err error) {
611 if _, err = url.Parse(c.URL); err != nil {
612 return wrap(err, "url")
613 }
614
615 return nil
616}
617
618type AuthOIDCConfig struct {
619 HTTPClientConfiguration `json:",inline" yaml:",inline"`

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.85

Tested by

no test coverage detected