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

Documentation

Index

Constants

View Source
const (
	UpTypeExcitationWhite = 19 //激励回查白名单分组
	TableUps              = "ups"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BinMsg

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

BinMsg manager binlog消息结构

type UpGroup

type UpGroup struct {
	ID        int64  `json:"id"`
	MID       int64  `json:"mid"`
	GroupID   int64  `json:"group_id"`
	GroupName string `json:"group_name"`
}

UpGroup UP主分组关联关系

type Ups

type Ups struct {
	ID   int64 `json:"id"`
	MID  int64 `json:"mid"`
	Type int64 `json:"type"`
}

Ups UP主分组关联结构

type User

type User struct {
	ID         int64  `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