Victor Lacasse-Beaudoin
764093f99d
Remplacer références GetV4 -> GetHealth Ajouter package responses Remplacer handlers.GetHealthResponse -> responses.GetHealth
6 lines
135 B
Go
6 lines
135 B
Go
package responses
|
|
|
|
// GetHealth is the response type for handlers.GetHealth
|
|
type GetHealth struct {
|
|
Message string `json:"message"`
|
|
}
|