intimate/extractor/openrec_extractor/main.go
2020-08-17 13:10:29 +08:00

20 lines
374 B
Go

package main
import (
_ "net/http/pprof"
)
/*
`uid` varchar(36) NOT NULL,
`platform` varchar(255) NOT NULL,
`anchor_id` varchar(255) NOT NULL,
`anchor_name` varchar(255) NOT NULL,
`live_url` text,
`channel` varchar(128) DEFAULT NULL, // 没有分类
`show_type` varchar(255) DEFAULT NULL,
*/
func main() {
Execute()
}