mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-06 05:17:37 +03:00
refactor: Platform Interfaces
This commit is contained in:
parent
e83331c2d9
commit
ee11ca4935
15 changed files with 267 additions and 251 deletions
|
@ -119,12 +119,3 @@ func (c *HTTPStartContext) Close() {
|
|||
client.CloseIdleConnections()
|
||||
}
|
||||
}
|
||||
|
||||
type InterfaceUpdateListener interface {
|
||||
InterfaceUpdated()
|
||||
}
|
||||
|
||||
type WIFIState struct {
|
||||
SSID string
|
||||
BSSID string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue