intimate/platform_list.go
2020-07-24 18:48:33 +08:00

13 lines
195 B
Go

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