Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit a7b07fb

Browse files
committed
remove extra health response struct fields
1 parent d307e0e commit a7b07fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: health.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package gapi
22

33
type HealthResponse struct {
4-
Code string `json:"code,omitempty"`
5-
Message string `json:"message,omitempty"`
64
Commit string `json:"commit,omitempty"`
75
Database string `json:"database,omitempty"`
86
Version string `json:"version,omitempty"`

0 commit comments

Comments
 (0)