mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-24 03:14:50 +01:00
refactor(health): remove incorrect field comment
This commit is contained in:
@@ -77,8 +77,8 @@ type (
|
||||
|
||||
HealthInfoWithoutDetail struct {
|
||||
Status HealthStatus `json:"status" swaggertype:"string" enums:"healthy,unhealthy,napping,starting,error,unknown"`
|
||||
Uptime time.Duration `json:"uptime" swaggertype:"number"` // uptime in milliseconds
|
||||
Latency time.Duration `json:"latency" swaggertype:"number"` // latency in microseconds
|
||||
Uptime time.Duration `json:"uptime" swaggertype:"number"`
|
||||
Latency time.Duration `json:"latency" swaggertype:"number"`
|
||||
} // @name HealthInfoWithoutDetail
|
||||
|
||||
HealthInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user