MCPcopy
hub / github.com/uber-go/zap / hooked

Struct hooked

zapcore/hook.go:25–28  ·  zapcore/hook.go::hooked

Source from the content-addressed store, hash-verified

23import "go.uber.org/multierr"
24
25type hooked struct {
26 Core
27 funcs []func(Entry) error
28}
29
30var (
31 _ Core = (*hooked)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected