views

package
v0.0.0-...-3371b50 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Accueil

func Accueil(c echo.Context) error

func BindNoId

func BindNoId(c echo.Context, params interface{}) error

BindNoId wraps c.Bind(), but add the indication that Id is not needed

func QueryParamBool

func QueryParamBool(c echo.Context, name string) bool

QueryParamBool checks if `name` is a non empty query param

func QueryParamInt64

func QueryParamInt64(c echo.Context, name string) (int64, error)

QueryParamInt64 parse the query param `name` to an int64

Types

type Server

type Server struct {
	controller.Server
}

Server expose l'API du serveur via des handler HTTP

func (Server) AjouteIngredientProduit

func (s Server) AjouteIngredientProduit(c echo.Context) error

func (Server) AssistantCreateRepas

func (s Server) AssistantCreateRepas(c echo.Context) error

func (Server) CreateFournisseur

func (s Server) CreateFournisseur(c echo.Context) error

func (Server) CreateGroupe

func (s Server) CreateGroupe(c echo.Context) error

func (Server) CreateIngredient

func (s Server) CreateIngredient(c echo.Context) error

func (Server) CreateLivraison

func (s Server) CreateLivraison(c echo.Context) error

func (Server) CreateMenu

func (s Server) CreateMenu(c echo.Context) error

func (Server) CreateRecette

func (s Server) CreateRecette(c echo.Context) error

func (Server) CreateRepas

func (s Server) CreateRepas(c echo.Context) error

func (Server) CreateSejour

func (s Server) CreateSejour(c echo.Context) error

func (Server) DeleteFournisseur

func (s Server) DeleteFournisseur(c echo.Context) error

func (Server) DeleteGroupe

func (s Server) DeleteGroupe(c echo.Context) error

func (Server) DeleteIngredient

func (s Server) DeleteIngredient(c echo.Context) error

func (Server) DeleteLivraison

func (s Server) DeleteLivraison(c echo.Context) error

func (Server) DeleteMenu

func (s Server) DeleteMenu(c echo.Context) error

func (Server) DeleteProduit

func (s Server) DeleteProduit(c echo.Context) error

func (Server) DeleteRecette

func (s Server) DeleteRecette(c echo.Context) error

func (Server) DeleteRepas

func (s Server) DeleteRepas(c echo.Context) error

func (Server) DeleteSejour

func (s Server) DeleteSejour(c echo.Context) error

func (Server) EtablitCommandeComplete

func (s Server) EtablitCommandeComplete(c echo.Context) error

func (Server) EtablitCommandeSimple

func (s Server) EtablitCommandeSimple(c echo.Context) error

func (Server) GetFournisseurs

func (s Server) GetFournisseurs(c echo.Context) error

func (Server) GetIngredientProduits

func (s Server) GetIngredientProduits(c echo.Context) error

func (Server) GetIngredients

func (s Server) GetIngredients(c echo.Context) error

func (Server) GetMenus

func (s Server) GetMenus(c echo.Context) error

func (Server) GetRecettes

func (s Server) GetRecettes(c echo.Context) error

func (Server) GetSejours

func (s Server) GetSejours(c echo.Context) error

func (Server) GetUtilisateurs

func (s Server) GetUtilisateurs(c echo.Context) error

-------------------------------------------------------------------------- ------------------------------ Utilisateurs ------------------------------ --------------------------------------------------------------------------

func (Server) Loggin

func (s Server) Loggin(c echo.Context) error

-------------------------------- Loggin --------------------------------

func (Server) ProposeLienIngredientLivraison

func (s Server) ProposeLienIngredientLivraison(c echo.Context) error

func (Server) ProposeLienIngredientProduit

func (s Server) ProposeLienIngredientProduit(c echo.Context) error

func (Server) RechercheProduit

func (s Server) RechercheProduit(c echo.Context) error

func (Server) ResoudIngredients

func (s Server) ResoudIngredients(c echo.Context) error

func (Server) SetDefautProduit

func (s Server) SetDefautProduit(c echo.Context) error

func (Server) UpdateFournisseur

func (s Server) UpdateFournisseur(c echo.Context) error

func (Server) UpdateGroupe

func (s Server) UpdateGroupe(c echo.Context) error

func (Server) UpdateIngredient

func (s Server) UpdateIngredient(c echo.Context) error

func (Server) UpdateLivraison

func (s Server) UpdateLivraison(c echo.Context) error

func (Server) UpdateManyRepas

func (s Server) UpdateManyRepas(c echo.Context) error

func (Server) UpdateMenu

func (s Server) UpdateMenu(c echo.Context) error

func (Server) UpdateProduit

func (s Server) UpdateProduit(c echo.Context) error

func (Server) UpdateRecette

func (s Server) UpdateRecette(c echo.Context) error

func (Server) UpdateSejour

func (s Server) UpdateSejour(c echo.Context) error

func (Server) UpdateSejourFournisseurs

func (s Server) UpdateSejourFournisseurs(c echo.Context) error

Jump to

Keyboard shortcuts

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