type go.uber.org/zap.LevelEnablerFunc
2 uses
go.uber.org/zap (current package)
level.go#L56: type LevelEnablerFunc func(zapcore.Level) bool
level.go#L59: func (f LevelEnablerFunc) Enabled(lvl zapcore.Level) bool { return f(lvl) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)