Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { ID uint `json:"id" gorm:"primary_key"` Username string `json:"username"` FullName string `json:"fullname"` Password string `json:"password,omitempty" gorm:"-"` PasswordHash string `json:"-"` Role string `json:"role"` CreatedAt int64 `json:"-"` UpdatedAt int64 `json:"-"` }
User model
Click to show internal directories.
Click to hide internal directories.