mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-24 05:07:40 +03:00
refactor: Extract services form router
This commit is contained in:
@@ -32,7 +32,7 @@ type InboundRegistry interface {
|
||||
}
|
||||
|
||||
type InboundManager interface {
|
||||
NewService
|
||||
Lifecycle
|
||||
Inbounds() []Inbound
|
||||
Get(tag string) (Inbound, bool)
|
||||
Remove(tag string) error
|
||||
|
||||
Reference in New Issue
Block a user