type go.pact.im/x/logs.WrapHandler
7 uses
go.pact.im/x/logs (current package)
handler.go#L65: type WrapHandler struct {
handler.go#L71: func Wrap(next slog.Handler, hooks Hooks) *WrapHandler {
handler.go#L72: return &WrapHandler{
handler.go#L80: func (h *WrapHandler) Enabled(ctx context.Context, l slog.Level) bool {
handler.go#L89: func (h *WrapHandler) Handle(ctx context.Context, r slog.Record) error {
handler.go#L97: func (h *WrapHandler) WithAttrs(attrs []slog.Attr) slog.Handler {
handler.go#L104: func (h *WrapHandler) WithGroup(name string) slog.Handler {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)