push_conf_mysql

package
v0.0.0-...-dc24fe2 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2021 License: Apache-2.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 PushCfg

type PushCfg struct {
	Id         string `json:"id" gorm:"column:id;AUTO_INCREMENT;primary_key;type int"`
	AppPkgName string `json:"appPkgName" gorm:"column:app_pkg_name;default '';type varchar(255)"`
	Platform   string `json:"platform" gorm:"column:platform;default '';type varchar(10)"`
	ConfJson   string `json:"confJson" gorm:"column:conf_json;default '';type varchar(2048)"`
	common_mysql.ColumnCreateModifyTime
}

func (*PushCfg) TableName

func (c *PushCfg) TableName() string

Jump to

Keyboard shortcuts

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