Versions in this module Expand all Collapse all v0 v0.4.0 Jul 28, 2026 Changes in this version + type ConfigEntry struct + Key string + Redacted bool + Value string + type DevTools struct + func New(options Options) *DevTools + func (d *DevTools) Middleware() gin.HandlerFunc + func (d *DevTools) Mount(router gin.IRouter, routes func() gin.RoutesInfo, ...) + func (d *DevTools) WrapMailer(m mail.Mailer) mail.Mailer + type MailEntry struct + Error string + ID int64 + Status string + Time time.Time + type Options struct + Logger *slog.Logger + Mapper httpx.Mapper + MaxEntries int + MaxMails int + Path string + type RequestEntry struct + ClientIP string + DurationMS int64 + ErrorCode string + ID int64 + Method string + Path string + RequestID string + Status int + Time time.Time + UserAgent string + type RouteEntry struct + Handler string + Method string + Path string