MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Validate

Method Validate

errorreport/config.go:48–55  ·  view source on GitHub ↗

Validate checks if the configuration is valid

()

Source from the content-addressed store, hash-verified

46
47// Validate checks if the configuration is valid
48func (c *Config) Validate() error {
49 return errors.Join(
50 c.Airbrake.Validate(),
51 c.Bugsnag.Validate(),
52 c.Honeybadger.Validate(),
53 c.Sentry.Validate(),
54 )
55}

Callers 1

NewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected