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