mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 11:57:39 +03:00
Add Update() error
to control.InterfaceFinder
This commit is contained in:
parent
55908bea36
commit
c63546470b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
)
|
||||
|
||||
type InterfaceFinder interface {
|
||||
Update() error
|
||||
Interfaces() []Interface
|
||||
InterfaceIndexByName(name string) (int, error)
|
||||
InterfaceNameByIndex(index int) (string, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue