mysql

package
v0.0.0-...-36597e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = sqlx.ErrNotFound

Functions

This section is empty.

Types

type AppLflytekKeyInfo

type AppLflytekKeyInfo struct {
	Id        int64  `db:"id"`        // id
	AppID     string `db:"appID"`     // 日志类型
	ApiSecret string `db:"apiSecret"` // uuid
	ApiKey    string `db:"apiKey"`    // 系统
	Ctime     int64  `db:"ctime"`     // 修改时间
}

type AppLflytekKeyInfoModel

type AppLflytekKeyInfoModel interface {
	// contains filtered or unexported methods
}

AppLflytekKeyInfoModel is an interface to be customized, add more methods here, and implement the added methods in customAppLflytekKeyInfoModel.

func NewAppLflytekKeyInfoModel

func NewAppLflytekKeyInfoModel(conn sqlx.SqlConn) AppLflytekKeyInfoModel

NewAppLflytekKeyInfoModel returns a model for the database table.

type AppLogReportRecord

type AppLogReportRecord struct {
	Id         int64          `db:"id"`         // id
	Uid        int64          `db:"uid"`        // user id
	LogType    string         `db:"logType"`    // 日志类型
	Uuid       string         `db:"uuid"`       // uuid
	Platform   string         `db:"platform"`   // 系统
	AppVersion string         `db:"appVersion"` // app版本
	Content    sql.NullString `db:"content"`    // 创建时间
	Ctime      int64          `db:"ctime"`      // 修改时间
}

type AppLogReportRecordModel

type AppLogReportRecordModel interface {
	// contains filtered or unexported methods
}

AppLogReportRecordModel is an interface to be customized, add more methods here, and implement the added methods in customAppLogReportRecordModel.

func NewAppLogReportRecordModel

func NewAppLogReportRecordModel(conn sqlx.SqlConn) AppLogReportRecordModel

NewAppLogReportRecordModel returns a model for the database table.

Jump to

Keyboard shortcuts

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