improved health check

This commit is contained in:
yusing
2024-10-14 10:02:53 +08:00
parent 99207ae606
commit f38b3abdbc
20 changed files with 323 additions and 155 deletions

View File

@@ -14,9 +14,10 @@ import (
)
type Client struct {
*client.Client
key string
refCount *atomic.Int32
*client.Client
l logrus.FieldLogger
}