doc: add godoc
Some checks failed
ci-build / lint (push) Has been cancelled
ci-scan / Analyze (go) (push) Has been cancelled
ci-scan / Analyze (actions) (push) Has been cancelled
ci-build / build (push) Has been cancelled
ci-build / release (push) Has been cancelled

This commit is contained in:
Rob Watson 2025-04-25 19:19:54 +02:00
parent 2f1cadcf40
commit 8403d751b6

View File

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