v0.6.0 auth restructuring, scram auth added, more tests added

This commit is contained in:
2025-10-02 17:16:43 -04:00
parent 3047e556f7
commit 490fb777ab
37 changed files with 2283 additions and 888 deletions

View File

@ -28,7 +28,7 @@ func NewFormatter(name string, options map[string]any, logger *log.Logger) (Form
switch name {
case "json":
return NewJSONFormatter(options, logger)
case "text":
case "txt":
return NewTextFormatter(options, logger)
case "raw":
return NewRawFormatter(options, logger)