Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetHealthResponse ¶
type GetHealthResponse struct {
response.ResponseWithError
}
type ListMembresResponse ¶
type ListMembresResponse struct { response.ResponseWithError Data struct { Membres []models.Membre } }
type PostMembresResponse ¶
type PostMembresResponse struct { response.ResponseWithError Data struct { MembresInserted int64 } }
type PostProgrammesResponse ¶
type PostProgrammesResponse struct { response.ResponseWithError Data struct { ProgrammesInserted int64 } }
Click to show internal directories.
Click to hide internal directories.