1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-25 05:16:09 -04:00

Add TODO for NarrowScopeToConnection

This commit is contained in:
Shelikhoo 2022-04-12 21:26:24 +01:00 committed by Xiaokang Wang (Shelikhoo)
parent 53a430ea5b
commit 0b20760e17

View File

@ -6,6 +6,8 @@ type ProxyEnvironmentCapabilitySet interface {
TransientStorageCapabilitySet
}
// TODO Add NarrowScopeToConnection
type ProxyEnvironment interface {
ProxyEnvironmentCapabilitySet
NarrowScope(key string) (ProxyEnvironment, error)