Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { component.IQuery ID string `db:"id"` FirstName string `db:"first_name"` LastName string `db:"last_name"` Email string `db:"email"` Password string `db:"password"` StatusID uint8 `db:"status_id"` CreatedAt *time.Time `db:"created_at"` UpdatedAt *time.Time `db:"updated_at"` DeletedAt *time.Time `db:"deleted_at"` // contains filtered or unexported fields }
User is a user of the system.
func (*User) PrimaryKey ¶
PrimaryKey returns the primary key field.
Click to show internal directories.
Click to hide internal directories.