|
@@ -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)
|