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

Struct Reporter

errorreport/errorreport.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23type metaCtxKey struct{}
24
25type Reporter struct {
26 // initialized reporters
27 reporters []reporter
28}
29
30// New initializes all configured error reporters and returns a Reporter instance.
31func New(config *Config) (*Reporter, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected