Files
openbilibili/app/service/main/videoup/model/manager/manager.go

9 lines
117 B
Go
Raw Normal View History

2019-04-22 20:46:32 +08:00
package manager
const (
// upper type
UpperTypeBlack int8 = 1
UpperTypeWhite int8 = 2
UpperTypePGC int8 = 3
)