mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
chore: rebuild outdated proxy auto close mechanism
This commit is contained in:
@@ -149,6 +149,9 @@ type ProxyAdapter interface {
|
||||
|
||||
// Unwrap extracts the proxy from a proxy-group. It returns nil when nothing to extract.
|
||||
Unwrap(metadata *Metadata, touch bool) Proxy
|
||||
|
||||
// Close releasing associated resources
|
||||
Close() error
|
||||
}
|
||||
|
||||
type Group interface {
|
||||
|
||||
Reference in New Issue
Block a user