model

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: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ActUpdateExp      = "updateExp"
	ActUpdateLevel    = "updateLevel"
	ActUpdateFace     = "updateFace"
	ActUpdateMoral    = "updateMoral"
	ActUpdateUname    = "updateUname"
	ActUpdateRealname = "updateRealname"
	ActUpdateByAdmin  = "updateByAdmin"
	ActBlockUser      = "blockUser"
)

consts

View Source
const (
	CacheKeyBase  = "bs_%d"    // key of baseInfo
	CacheKeyMoral = "moral_%d" // key of detail
	CacheKeyInfo  = "i_"
)

consts

Variables

This section is empty.

Functions

This section is empty.

Types

type Binlog

type Binlog struct {
	Action string          `json:"action"`
	Table  string          `json:"table"`
	New    json.RawMessage `json:"new"`
	Old    json.RawMessage `json:"old"`
}

Binlog is

type ExpMessage

type ExpMessage struct {
	Mid int64 `json:"mid"`
	Exp int64 `json:"exp"`
}

ExpMessage exp msg

type MemberBase

type MemberBase struct {
	Mid  int64  `json:"mid"`
	Name string `json:"name"`
	Sex  int64  `json:"sex"`
	Face string `json:"face"`
	Sign string `json:"sign"`
	Rank int64  `json:"rank"`
}

MemberBase is

type NeastMid

type NeastMid struct {
	Mid int64 `json:"mid"`
}

NeastMid is

type NewExp

type NewExp struct {
	Mid  int64 `json:"mid"`
	Exp  int64 `json:"exp"`
	Flag int32 `json:"flag"`
}

NewExp userexp for mysql scan.

type NotifyInfo

type NotifyInfo struct {
	Uname   string `json:"uname"`
	Mid     int64  `json:"mid"`
	Type    string `json:"type"`
	NewName string `json:"newName"`
	Action  string `json:"action"`
}

NotifyInfo notify info.

Jump to

Keyboard shortcuts

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