model

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 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 TblUser

type TblUser struct {
	Id         int64  `json:"userId" xorm:"pk 'USER_ID'"`
	Name       string `json:"name" xorm:"varchar(200) notnull 'NAME''"`
	NumOfTried int64  `json:"numOfTried" xorm:"notnull 'NUM_OF_TRIED'"`
	Created    string `json:"createdTime" xorm:"notnull 'CREATED_TIME'"`
	Updated    string `json:"updatedTime" xorm:"notnull 'UPDATED_TIME'"`
}

func (TblUser) TableName

func (TblUser) TableName() string

Jump to

Keyboard shortcuts

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