config

package
v0.0.0-...-966343e Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: AGPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	INIT_NOK = "> Init NOK"
	INIT_OK  = "> Init OK"
)

Variables

View Source
var (
	Configuration m.Config
	Logger        *log.Logger

	// Middleware
	Middleware *mi.Middleware

	// Repositories
	RecipeRepository     *r.RecipeRepository
	S3Repository         *r.S3Repository
	IngredientRepository *r.IngredientRepository
	TagRepository        *r.TagRepository
	CategoryRepository   *r.CategoryRepository

	// Services
	RecipeService     *s.RecipeService
	ImageService      *s.ImageService
	IngredientService *s.IngredientService
	TagService        *s.TagService
	CategoryService   *s.CategoryService

	// Handlers
	RecipeHandlers     *h.RecipeHandlers
	IngredientHandlers *h.IngredientHandlers
	TagHandlers        *h.TagHandlers
	CategoryHandlers   *h.CategoryHandlers

	// Endpoints
	RecipeEndpoints     *e.RecipeEndpoints
	IngredientEndpoints *e.IngredientEndpoints
	TagEndpoints        *e.TagEndpoints
	CategoryEndpoints   *e.CategoryEndpoints
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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