Implémenter Response dans GetHealthResponse
This commit is contained in:
parent
a13bb131f4
commit
0f56348746
3 changed files with 16 additions and 13 deletions
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue