refactor: optimize nodes caching

This commit is contained in:
Skyxim
2022-07-20 08:53:54 +08:00
parent 6b636c051a
commit 6a4063af0d
3 changed files with 27 additions and 25 deletions

View File

@ -68,7 +68,7 @@ type ProxyProvider interface {
Proxies() []C.Proxy
Touch()
HealthCheck()
Version() uint
Version() uint32
}
// Rule Type