doc: add godoc
This commit is contained in:
parent
2f1cadcf40
commit
8403d751b6
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user