homedao

package
v1.6.4 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserDao added in v1.6.0

type UserDao struct {
	Id         int64  `json:"user_id" xorm:"autoincr pk"`
	Username   string `json:"username"`
	UserType   int    `json:"user_type"`
	Password   string `json:"-"`
	Avatar     string `json:"avatar"`
	Phone      string `json:"phone"`
	PhoneState int    `json:"phone_state"`
	UserState  int    `json:"user_state"`
	CreatedAt  string `json:"created_at" xorm:"created"`
	UpdatedAt  string `json:"updated_at" xorm:"updated"`
}

func (*UserDao) TableName added in v1.6.0

func (d *UserDao) TableName() string

Jump to

Keyboard shortcuts

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