package types import ( "log/slog" ) // Logger is an alias for structured logger type Logger = *slog.Logger