Implémenter Response dans GetHealthResponse

This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-05 16:30:15 -04:00
parent a13bb131f4
commit 0f56348746
3 changed files with 16 additions and 13 deletions

View file

@ -1,6 +1,5 @@
package responses
// GetHealth is the response type for handlers.GetHealth
type GetHealth struct {
Message string `json:"message"`
type GetHealthResponse struct {
Response
}