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

12 lines
196 B
Go
Raw Permalink Normal View History

2022-11-03 20:41:13 +00:00
package tripsgo
// Healthcheck - Structure for healthcheck response body
type Healthcheck struct {
//
Message string `json:"message,omitempty"`
//
Status string `json:"status,omitempty"`
}