Browse Source

Add TODO for NarrowScopeToConnection

Shelikhoo 3 years ago
parent
commit
0b20760e17
1 changed files with 2 additions and 0 deletions
  1. 2 0
      common/environment/proxy.go

+ 2 - 0
common/environment/proxy.go

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