refactor: Platform Interfaces

This commit is contained in:
世界
2025-01-13 15:14:29 +08:00
parent 9afe75586a
commit ecf82d197c
15 changed files with 267 additions and 251 deletions
-9
View File
@@ -119,12 +119,3 @@ func (c *HTTPStartContext) Close() {
client.CloseIdleConnections()
}
}
type InterfaceUpdateListener interface {
InterfaceUpdated()
}
type WIFIState struct {
SSID string
BSSID string
}