Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
Id string `json:"id" gorm:"id;primaryKey"`
PhoneNumber string `json:"phone_number" gorm:"phone_number"`
Username string `json:"username" gorm:"username"`
Password string `json:"password" gorm:"password"`
CreateAt time.Time `json:"create_at" gorm:"create_at"`
UpdateAt time.Time `json:"update_at" gorm:"update_at"`
}
Click to show internal directories.
Click to hide internal directories.