doc: add godoc

This commit is contained in:
Rob Watson 2025-04-25 19:19:54 +02:00
parent 8c4974e0c1
commit d9dbb7fc8f

View File

@ -42,6 +42,7 @@ type Params struct {
Logger *slog.Logger Logger *slog.Logger
} }
// New creates a new application instance.
func New(params Params) *App { func New(params Params) *App {
return &App{ return &App{
cfg: params.ConfigService.Current(), cfg: params.ConfigService.Current(),