refactor(zt): migrate strategy logic to new state model

This commit is contained in:
2026-08-26 12:48:48 +08:00
parent 9604126ee7
commit 566a07fea8
7 changed files with 131 additions and 233 deletions

View File

@@ -19,7 +19,7 @@ type dipWatch struct {
}
type WatchMu struct {
mu *sync.Mutex
mu sync.Mutex
Data map[string]dipWatch
}