Documentation
¶
Index ¶
- func Accueil(c echo.Context) error
- func BindNoId(c echo.Context, params interface{}) error
- func QueryParamBool(c echo.Context, name string) bool
- func QueryParamInt64(c echo.Context, name string) (int64, error)
- type Server
- func (s Server) AjouteIngredientProduit(c echo.Context) error
- func (s Server) AssistantCreateRepas(c echo.Context) error
- func (s Server) CreateFournisseur(c echo.Context) error
- func (s Server) CreateGroupe(c echo.Context) error
- func (s Server) CreateIngredient(c echo.Context) error
- func (s Server) CreateLivraison(c echo.Context) error
- func (s Server) CreateMenu(c echo.Context) error
- func (s Server) CreateRecette(c echo.Context) error
- func (s Server) CreateRepas(c echo.Context) error
- func (s Server) CreateSejour(c echo.Context) error
- func (s Server) DeleteFournisseur(c echo.Context) error
- func (s Server) DeleteGroupe(c echo.Context) error
- func (s Server) DeleteIngredient(c echo.Context) error
- func (s Server) DeleteLivraison(c echo.Context) error
- func (s Server) DeleteMenu(c echo.Context) error
- func (s Server) DeleteProduit(c echo.Context) error
- func (s Server) DeleteRecette(c echo.Context) error
- func (s Server) DeleteRepas(c echo.Context) error
- func (s Server) DeleteSejour(c echo.Context) error
- func (s Server) EtablitCommandeComplete(c echo.Context) error
- func (s Server) EtablitCommandeSimple(c echo.Context) error
- func (s Server) GetFournisseurs(c echo.Context) error
- func (s Server) GetIngredientProduits(c echo.Context) error
- func (s Server) GetIngredients(c echo.Context) error
- func (s Server) GetMenus(c echo.Context) error
- func (s Server) GetRecettes(c echo.Context) error
- func (s Server) GetSejours(c echo.Context) error
- func (s Server) GetUtilisateurs(c echo.Context) error
- func (s Server) Loggin(c echo.Context) error
- func (s Server) ProposeLienIngredientLivraison(c echo.Context) error
- func (s Server) ProposeLienIngredientProduit(c echo.Context) error
- func (s Server) RechercheProduit(c echo.Context) error
- func (s Server) ResoudIngredients(c echo.Context) error
- func (s Server) SetDefautProduit(c echo.Context) error
- func (s Server) UpdateFournisseur(c echo.Context) error
- func (s Server) UpdateGroupe(c echo.Context) error
- func (s Server) UpdateIngredient(c echo.Context) error
- func (s Server) UpdateLivraison(c echo.Context) error
- func (s Server) UpdateManyRepas(c echo.Context) error
- func (s Server) UpdateMenu(c echo.Context) error
- func (s Server) UpdateProduit(c echo.Context) error
- func (s Server) UpdateRecette(c echo.Context) error
- func (s Server) UpdateSejour(c echo.Context) error
- func (s Server) UpdateSejourFournisseurs(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 ¶
QueryParamBool checks if `name` is a non empty query param
func QueryParamInt64 ¶
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 (Server) AssistantCreateRepas ¶
func (Server) CreateFournisseur ¶
func (Server) CreateGroupe ¶
func (Server) CreateIngredient ¶
func (Server) CreateLivraison ¶
func (Server) CreateMenu ¶
func (Server) CreateRecette ¶
func (Server) CreateRepas ¶
func (Server) CreateSejour ¶
func (Server) DeleteFournisseur ¶
func (Server) DeleteGroupe ¶
func (Server) DeleteIngredient ¶
func (Server) DeleteLivraison ¶
func (Server) DeleteMenu ¶
func (Server) DeleteProduit ¶
func (Server) DeleteRecette ¶
func (Server) DeleteRepas ¶
func (Server) DeleteSejour ¶
func (Server) EtablitCommandeComplete ¶
func (Server) EtablitCommandeSimple ¶
func (Server) GetFournisseurs ¶
func (Server) GetIngredientProduits ¶
func (Server) GetIngredients ¶
func (Server) GetRecettes ¶
func (Server) GetSejours ¶
func (Server) GetUtilisateurs ¶
-------------------------------------------------------------------------- ------------------------------ Utilisateurs ------------------------------ --------------------------------------------------------------------------
func (Server) ProposeLienIngredientLivraison ¶
func (Server) ProposeLienIngredientProduit ¶
func (Server) RechercheProduit ¶
func (Server) ResoudIngredients ¶
func (Server) SetDefautProduit ¶
func (Server) UpdateFournisseur ¶
func (Server) UpdateGroupe ¶
func (Server) UpdateIngredient ¶
func (Server) UpdateLivraison ¶
func (Server) UpdateManyRepas ¶
func (Server) UpdateMenu ¶
func (Server) UpdateProduit ¶
func (Server) UpdateRecette ¶
func (Server) UpdateSejour ¶
func (Server) UpdateSejourFournisseurs ¶
Click to show internal directories.
Click to hide internal directories.