app

package
v0.0.0-...-04f3e75 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 26 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 {
	Server     *http.Server
	EchoServer *echo.Echo
	// contains filtered or unexported fields
}

func NewApp

func NewApp(cfg Config) (*App, error)

func (*App) Shutdown

func (s *App) Shutdown()

func (*App) Start

func (s *App) Start() error

type Config

type Config struct {
	General  config.GeneralSettings
	Database config.DatabaseSettings
	Server   config.ServerSettings
	OIDC     config.OIDCSettings
}

Directories

Path Synopsis
uow

Jump to

Keyboard shortcuts

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