Documentation ¶
Overview ¶
Définit les routes additionnelles
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadLogiciel ¶
func HandleLogiciel ¶
Types ¶
type Controller ¶
type Controller struct {
shared.Controller
}
func (Controller) SearchMail ¶
func (ct Controller) SearchMail(c echo.Context) error
type OutLogiciel ¶
type OutLogiciel = logiciel.OutLogiciel
type SearchMailIn ¶
type SearchMailIn struct {
Mail string
}
type SearchMailOut ¶
type SearchMailOut struct {
Found bool
}
Click to show internal directories.
Click to hide internal directories.