dhh

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 DHHDB

type DHHDB struct {
	ID            int64
	UID           int64
	TargetId      int64
	PrivilegeType int64
	StartTime     time.Time
	ExpiredTime   time.Time
	Ctime         time.Time
	Utime         time.Time
}

DHHDB 大航海信息DB层

type DHHDBTime

type DHHDBTime struct {
	ID            int64
	UID           int64
	TargetId      int64
	PrivilegeType int64
	StartTime     string
	ExpiredTime   string
	Ctime         string
	Utime         string
}

DHHDBTime 大航海信息验DB层(时间转换)

type DaHangHaiRedis

type DaHangHaiRedis struct {
	Id            int64  `json:"id"`
	Uid           int64  `json:"uid"`
	TargetId      int64  `json:"target_id"`
	PrivilegeType int64  `json:"privilege_type"`
	StartTime     string `json:"start_time"`
	ExpiredTime   string `json:"expired_time"`
	Ctime         string `json:"ctime"`
	Utime         string `json:"utime"`
}

DaHangHaiRedis 等级基础结构

type DaHangHaiRedis2

type DaHangHaiRedis2 struct {
	Id            string `json:"id"`
	Uid           string `json:"uid"`
	TargetId      string `json:"target_id"`
	PrivilegeType string `json:"privilege_type"`
	StartTime     string `json:"start_time"`
	ExpiredTime   string `json:"expired_time"`
	Ctime         string `json:"ctime"`
	Utime         string `json:"utime"`
}

DaHangHaiRedis2 等级基础结构

type ModelDHHList

type ModelDHHList struct {
	Data []DHHDB
}

ModelDHHList dhh list

type ModelExpLog

type ModelExpLog struct {
	Mid  int64
	Uexp int64
	Rexp int64
	Ts   int64
	// 业务来源
	ReqBizDesc string
	Buvid      string
	// 具体描述
	Content map[string]string
}

ModelExpLog 行为日志上报结构

Jump to

Keyboard shortcuts

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