manager

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UpperTypeWhite      int8 = 1
	UpperTypeBlack      int8 = 2
	UpperTypePGC        int8 = 3
	UpperTypeUGCX       int8 = 3
	UpperTypePolitices  int8 = 5
	UpperTypeEnterprise int8 = 7
	UpperTypeSigned     int8 = 15
)

upper type.

View Source
const (
	FirstRoundLock       int16 = -4    //锁定
	FirstRoundRejectBack int16 = -2    //打回
	FirstRoundWait       int16 = -1    //待审
	FirstRoundOpen       int16 = 0     //开放
	FirstRoundLoginOpen  int16 = 10000 //会员开放(需登录,非VIP)
)

first round audit result for video.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	ID         int    `json:"uid"`
	Username   string `json:"username"`
	Department string `json:"department"`
}

User user info

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL