mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
refactor: Extract services form router
This commit is contained in:
parent
a1be455202
commit
9afe75586a
27 changed files with 314 additions and 464 deletions
|
@ -32,7 +32,7 @@ type InboundRegistry interface {
|
|||
}
|
||||
|
||||
type InboundManager interface {
|
||||
NewService
|
||||
Lifecycle
|
||||
Inbounds() []Inbound
|
||||
Get(tag string) (Inbound, bool)
|
||||
Remove(tag string) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue