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

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MsgCanal

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

MsgCanal canal message struct.

type VipReq

type VipReq struct {
	Mid            int64
	VipType        int8
	VipStatus      int32
	VipOverdueTime int64
}

VipReq vip params.

type VipUserInfoMsg

type VipUserInfoMsg struct {
	ID                   int64  `json:"id"`
	Mid                  int64  `json:"mid"`
	Ver                  int64  `json:"ver"`
	VipType              int8   `json:"vip_type"`
	VipPayType           int8   `json:"vip_pay_type"`
	PayChannelID         int64  `json:"pay_channel_id"`
	VipStatus            int32  `json:"vip_status"`
	VipStartTime         string `json:"vip_start_time"`
	VipRecentTime        string `json:"vip_recent_time"`
	VipOverdueTime       string `json:"vip_overdue_time"`
	AnnualVipOverdueTime string `json:"annual_vip_overdue_time"`
	IosOverdueTime       string `json:"ios_overdue_time"`
}

VipUserInfoMsg vip binlog msg.

Jump to

Keyboard shortcuts

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