Fix URLTest outbound

This commit is contained in:
世界
2023-12-02 17:47:57 +08:00
parent fc8e49994c
commit 5269231df0
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)