Fix URLTest outbound

This commit is contained in:
世界
2023-12-02 17:47:57 +08:00
parent 3b609245f9
commit 548715daec
6 changed files with 53 additions and 58 deletions

View File

@@ -15,6 +15,7 @@ import (
type Router interface {
Service
PostStarter
Outbounds() []Outbound
Outbound(tag string) (Outbound, bool)