mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-07-01 00:05:35 +08:00
fix: health check problem (#4590)
This commit is contained in:
@@ -41,6 +41,7 @@ var (
|
||||
|
||||
type (
|
||||
statGetter struct {
|
||||
host string
|
||||
dbName string
|
||||
hash string
|
||||
poolStats func() sql.DBStats
|
||||
|
||||
Reference in New Issue
Block a user