intimate/platform_list.go
eson 5d50119825 add new nimo code
change more
2020-08-28 19:07:12 +08:00

19 lines
320 B
Go

package intimate
// Platform 源的table列表
type Platform string
const (
// Popenrec openrec 平台
Popenrec Platform = "openrec"
// Ptwitch twitch 平台
Ptwitch Platform = "twitch"
// Ptwitcasting twitcasting 平台
Ptwitcasting Platform = "twitcasting"
// PNimo PNimo 平台
PNimo Platform = "nimo"
)