示例#1
0
文件: udp.go 项目: yiqguo/LogCollect
func init() {
	router.Register(Stream, "udp")
}
示例#2
0
func init() {
	router.Register(Stream, "httpstream")
}