コード例 #1
0
ファイル: config_json.go プロジェクト: DZLZHCODE/v2ray-core
func init() {
	registry.RegisterInboundConfig("dokodemo-door", func() interface{} { return new(Config) })
}
コード例 #2
0
ファイル: config_json.go プロジェクト: DZLZHCODE/v2ray-core
func init() {
	registry.RegisterInboundConfig("shadowsocks", func() interface{} { return new(Config) })
}
コード例 #3
0
ファイル: config_json.go プロジェクト: DZLZHCODE/v2ray-core
func init() {
	registry.RegisterInboundConfig("http", func() interface{} { return new(Config) })
}