Documentation ¶
Index ¶
- func GetAcNumByUserId(userId int64) (float64, error)
- func GroupRankAdd(groupId int64) error
- func GroupRankGet(currentPage int, perPage int) ([]map[string]interface{}, error)
- func GroupRankUpdate(increment int, groupId int64) error
- func PersonMonthRankAdd(userId int64) error
- func PersonMonthRankGet(userId int64) ([]map[string]interface{}, error)
- func PersonMonthRankUpdate(increment int, userId int64) error
- func PersonWeekRankAdd(userId int64) error
- func PersonWeekRankGet(userId int64) ([]map[string]interface{}, error)
- func PersonWeekRankUpdate(increment int, userId int64) error
- func ProblemCountGet(problemId int64) (string, error)
- func ProblemCountSet(problemId int64, mess string) bool
- func ProblemNumGet() (string, error)
- func ProblemNumUpdate() error
- func ProblemStatusGet(userId int64, problemId int64) (int, error)
- func ProblemStatusSet(userId int64, problemId int64, status int) error
- func RankListAdd(userId int64) error
- func RankListCount() int64
- func RankListGet(currentPage int, perPage int) ([]map[string]interface{}, error)
- func RankListUpdate(increment int, userId int64) error
- func SubmitCountGet(userId int64) (string, error)
- func SubmitCountSet(userId int64, mess string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAcNumByUserId ¶
func GroupRankAdd ¶
func GroupRankGet ¶
func GroupRankUpdate ¶
func PersonMonthRankAdd ¶
func PersonMonthRankGet ¶
func PersonMonthRankUpdate ¶
func PersonWeekRankAdd ¶
func PersonWeekRankGet ¶
func PersonWeekRankUpdate ¶
func ProblemCountGet ¶
func ProblemCountSet ¶
func ProblemNumGet ¶
func ProblemNumUpdate ¶
func ProblemNumUpdate() error
func RankListAdd ¶
func RankListCount ¶
func RankListCount() int64
func RankListUpdate ¶
func SubmitCountGet ¶
func SubmitCountSet ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.