system

package
v0.0.0-...-f0a2dc7 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2025 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

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

func NewModel

func NewModel(conn *gorm.DB, c *redis.Client) Model

NewModel returns a model for the database table.

type System

type System struct {
	Id        int64     `gorm:"primarykey"`
	Category  string    `gorm:"type:varchar(100);default:'';not null;comment:Category"`
	Key       string    `gorm:"index:index_key;unique;type:varchar(100);default:'';not null;comment:Key Name"`
	Value     string    `gorm:"type:text;not null;comment:Key Value"`
	Type      string    `gorm:"type:varchar(50);default:'';not null;comment:Type"`
	Desc      string    `gorm:"type:text;not null;comment:Description"`
	CreatedAt time.Time `gorm:"<-:create;comment:Creation Time"`
	UpdatedAt time.Time `gorm:"comment:Update Time"`
}

func (System) TableName

func (System) TableName() string

Jump to

Keyboard shortcuts

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