chore: restful api contains providerChains for connections

This commit is contained in:
wwqgtxx
2025-12-04 17:29:01 +08:00
parent d2007fdc22
commit 6539b509cb
4 changed files with 21 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ var ErrNotSupport = errors.New("no support")
type Connection interface {
Chains() Chain
ProviderChains() Chain
AppendToChains(adapter ProxyAdapter)
RemoteDestination() string
}