1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00
v2fly/common/environment/rootcap.go

8 lines
159 B
Go
Raw Normal View History

2022-02-10 17:50:39 -05:00
package environment
type RootEnvironment interface {
AppEnvironment(tag string) AppEnvironment
ProxyEnvironment(tag string) ProxyEnvironment
doNotImpl()
}