Documentation ¶
Index ¶
- type Handler
- func (h *Handler) GetHealth(c echo.Context) error
- func (h *Handler) ListMembres(c echo.Context) error
- func (h *Handler) PostMembres(c echo.Context) error
- func (h *Handler) PostProgrammes(c echo.Context) error
- func (h *Handler) PostSeed(c echo.Context) error
- func (h *Handler) PutMembrePreferedName(c echo.Context) error
- func (h *Handler) ReadMembre(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
DataClient *data.DataClient
}
func New ¶
func New(dataClient *data.DataClient) *Handler
func (*Handler) ListMembres ¶
func (*Handler) PostMembres ¶
func (*Handler) PostProgrammes ¶
func (*Handler) PutMembrePreferedName ¶
func (*Handler) ReadMembre ¶
Click to show internal directories.
Click to hide internal directories.