mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
Add TODO for NarrowScopeToConnection
This commit is contained in:
parent
53a430ea5b
commit
0b20760e17
@ -6,6 +6,8 @@ type ProxyEnvironmentCapabilitySet interface {
|
|||||||
TransientStorageCapabilitySet
|
TransientStorageCapabilitySet
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO Add NarrowScopeToConnection
|
||||||
|
|
||||||
type ProxyEnvironment interface {
|
type ProxyEnvironment interface {
|
||||||
ProxyEnvironmentCapabilitySet
|
ProxyEnvironmentCapabilitySet
|
||||||
NarrowScope(key string) (ProxyEnvironment, error)
|
NarrowScope(key string) (ProxyEnvironment, error)
|
||||||
|
Loading…
Reference in New Issue
Block a user