mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-06-12 00:50:18 +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