6 lines
86 B
Go
6 lines
86 B
Go
|
package http
|
||
|
|
||
|
type HealthResponse struct {
|
||
|
Status string `json:"status,omitempty"`
|
||
|
}
|