model

package
v0.0.0-...-aace6b6 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CsjAccount

type CsjAccount struct {
	ID              uint           `gorm:"primarykey"`
	Name            string         `gorm:"type:varchar(64);default:''"`
	TtUserID        string         `gorm:"type:varchar(64);default:''"`
	TtSecurityKey   string         `gorm:"type:varchar(64);default:''"`
	YlhCnf          datatypes.JSON `gorm:"type:json;default:'{}'"`
	BdCnf           datatypes.JSON `gorm:"type:json;default:'{}'"`
	KsCnf           datatypes.JSON `gorm:"type:json;default:'{}'"`
	AdNetworkCnf    datatypes.JSON `gorm:"type:json;default:'[]'"`
	ToponPublishKey string         `gorm:"type:varchar(128);"`
	Owner           string         `gorm:"type:varchar(64);default:'1'"`
	BdAccessKey     string         `gorm:"type:varchar(64);"`
	BdPrivateKey    string         `gorm:"type:text;"`
}

func (*CsjAccount) TableName

func (s *CsjAccount) TableName() string

Jump to

Keyboard shortcuts

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