chore: code cleanup

This commit is contained in:
wwqgtxx
2025-12-02 17:18:06 +08:00
parent 9a5e506f66
commit ac90543548
5 changed files with 2 additions and 250 deletions

View File

@@ -35,18 +35,6 @@ func (lb *LoadBalance) Now() string {
return ""
}
func (r *Relay) Providers() []P.ProxyProvider {
return r.providers
}
func (r *Relay) Proxies() []C.Proxy {
return r.GetProxies(false)
}
func (r *Relay) Now() string {
return ""
}
func (s *Selector) Providers() []P.ProxyProvider {
return s.providers
}