refactor(zt): migrate strategy logic to new state model
This commit is contained in:
@@ -19,7 +19,7 @@ type dipWatch struct {
|
||||
}
|
||||
|
||||
type WatchMu struct {
|
||||
mu *sync.Mutex
|
||||
mu sync.Mutex
|
||||
Data map[string]dipWatch
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user