You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
253 B

package model
//go:generate $GOPATH/src/go-common/app/tool/warden/protoc.sh
const (
// HideStateON 不记录播放历史
HideStateON = 1
// HideStateOFF 记录播放历史
HideStateOFF = 0
// HideStateNotFound not found
HideStateNotFound = -1
)