app

package
v0.0.0-...-5e04ca4 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2026 License: AGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddHandlers

func AddHandlers(config *config.Config, server *echo.Echo, handlers *Handlers)

func InitJWTConfig

func InitJWTConfig(secretKey []byte) echojwt.Config

func InitServer

func InitServer(config *config.Config, pool *pgxpool.Pool) (*echo.Echo, error)

Types

type Handlers

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

func InitHandlers

func InitHandlers(config *config.Config, services *Services) *Handlers

type Repositories

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

func InitRepositories

func InitRepositories(pool *pgxpool.Pool) *Repositories

type Services

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

func InitServices

func InitServices(config *config.Config, repositories *Repositories) *Services

Jump to

Keyboard shortcuts

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