Exemplo n.º 1
0
func init() {
	internal.RegisterInboundConfig("vmess", func() interface{} { return new(Config) })
}
Exemplo n.º 2
0
func init() {
	internal.RegisterInboundConfig("shadowsocks", func() interface{} { return new(Config) })
}