refactor: Extract services form router

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

View File

@@ -32,7 +32,7 @@ type InboundRegistry interface {
}
type InboundManager interface {
NewService
Lifecycle
Inbounds() []Inbound
Get(tag string) (Inbound, bool)
Remove(tag string) error