entity

package
v0.2.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionAppRegisterInfo added in v0.1.7

type ActionAppRegisterInfo struct {
	Model
	AppCodeName string
	EventType   int
	FileType    string
	Description string
	Code        string
}

func (ActionAppRegisterInfo) TableName added in v0.1.7

func (ActionAppRegisterInfo) TableName() string

type AppRegisterInfo

type AppRegisterInfo struct {
	AppCode          string   `json:"appCode"`
	AppName          string   `json:"appName"`
	AppDesc          string   `json:"appDesc"`
	AppVersion       string   `json:"appVersion"`
	DSN              string   `json:"dsn"`
	RegisterUserList []string `json:"registerUserList"`
}

type Apps added in v0.1.7

type Apps struct {
	Model
	CodeName    string `gorm:"type:varchar(255);comment:程序标识"`
	Name        string `gorm:"type:varchar(255);comment:程序名称"`
	Description string `gorm:"type:text;comment:描述"`
}

func (Apps) TableName added in v0.1.7

func (Apps) TableName() string

type Model added in v0.1.7

type Model struct {
	ID        uint  `json:"id"`
	CreatedAt int64 `json:"createdAt"`
	UpdatedAt int64 `json:"updatedAt"`
}

Jump to

Keyboard shortcuts

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