app

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2024 License: Unlicense Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

func (*App) Route

func (o *App) Route(r chi.Router)

type Params

type Params struct {
	fx.In

	Loader  *config.Loader
	Ctx     context.Context
	Lc      fx.Lifecycle
	Log     *slog.Logger
	Storage *storage.Storage
}

type Result

type Result struct {
	fx.Out

	Handler http.Handler
}

func New

func New(p Params) (r Result, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL