user

package
v0.0.0-...-9a5be64 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 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 RegisterReq

type RegisterReq struct {
	Phone string `json:"phone"`
}

type TbUser

type TbUser struct {
	Id       int       `json:"id"`
	Uid      string    `json:"uid"`
	Phone    string    `json:"phone"`
	NickName string    `json:"nickName"`
	OpenId   string    `json:"openId"`
	UnionId  string    `json:"unionId"`
	CreateAt time.Time `json:"createAt"`
	UpdateAt time.Time `json:"updateAt"`
}

func (TbUser) TableName

func (TbUser) TableName() string

Jump to

Keyboard shortcuts

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