rainbow

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2026 License: Apache-2.0 Imports: 2 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 struct {
	Id              int64     `gorm:"column:id;primaryKey;autoIncrement;not null" json:"id"`
	GmtCreate       time.Time `gorm:"column:gmt_create;type:datetime;default:current_timestamp;not null" json:"gmt_create"`
	GmtModified     time.Time `gorm:"column:gmt_modified;type:datetime;default:current_timestamp;not null" json:"gmt_modified"`
	ResourceVersion int64     `gorm:"column:resource_version;default:0;not null" json:"resource_version"`
}

func (Model) GetSID

func (m Model) GetSID() string

type UserModel

type UserModel struct {
	UserId   string `json:"user_id"`
	UserName string `json:"user_name"`
}

Jump to

Keyboard shortcuts

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