示例#1
0
func init() {
	registry.RegisterInboundConfig("dokodemo-door", func() interface{} { return new(Config) })
}
示例#2
0
func init() {
	registry.RegisterInboundConfig("shadowsocks", func() interface{} { return new(Config) })
}
示例#3
0
func init() {
	registry.RegisterInboundConfig("http", func() interface{} { return new(Config) })
}