match

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 (
	ActUpdate  = "update"
	ActInsert  = "insert"
	ActDelete  = "delete"
	ResultNo   = 0
	ResultHome = 1
	ResultDraw = 2
	ResultAway = 3
)

ActUpdate .

Variables

This section is empty.

Functions

This section is empty.

Types

type ActMatchObj

type ActMatchObj struct {
	ID      int64 `json:"id"`
	MatchID int64 `json:"match_id"`
	SID     int64 `json:"sid"`
	Result  int   `json:"result"`
}

ActMatchObj match object struct.

type ActMatchUser

type ActMatchUser struct {
	Mid    int64
	Result int
	Stake  int64
}

ActMatchUser match user.

type Message

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

Message canal binlog message.

Jump to

Keyboard shortcuts

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