github.com/imannamdari/v2ray-core/v5@v5.0.5/common/environment/rootcap.go (about) 1 package environment 2 3 type RootEnvironment interface { 4 AppEnvironment(tag string) AppEnvironment 5 ProxyEnvironment(tag string) ProxyEnvironment 6 doNotImpl() 7 }