refactor: Extract services form router

This commit is contained in:
世界
2024-11-10 16:46:59 +08:00
parent f3d7c7a3bd
commit fb4cb09281
27 changed files with 314 additions and 464 deletions

View File

@@ -6,7 +6,7 @@ import (
)
type NetworkManager interface {
NewService
Lifecycle
InterfaceFinder() control.InterfaceFinder
UpdateInterfaces() error
DefaultInterface() string