refactor: Extract services form router
This commit is contained in:
@@ -24,7 +24,7 @@ type OutboundRegistry interface {
|
||||
}
|
||||
|
||||
type OutboundManager interface {
|
||||
NewService
|
||||
Lifecycle
|
||||
Outbounds() []Outbound
|
||||
Outbound(tag string) (Outbound, bool)
|
||||
Default() Outbound
|
||||
|
||||
Reference in New Issue
Block a user