This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/apis/trips/tripsgo/healthcheck.go
2022-11-03 16:41:13 -04:00

12 lines
196 B
Go

package tripsgo
// Healthcheck - Structure for healthcheck response body
type Healthcheck struct {
//
Message string `json:"message,omitempty"`
//
Status string `json:"status,omitempty"`
}