fix: update PingResp field name to follow Go naming conventions
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 4s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 4s
This commit is contained in:
@@ -11,7 +11,7 @@ info (
|
|||||||
type (
|
type (
|
||||||
PingReq {}
|
PingReq {}
|
||||||
PingResp {
|
PingResp {
|
||||||
ok bool `json:"ok"`
|
OK bool `json:"ok"`
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user