Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserModel ¶
type UserModel struct { ID int64 `json:"id"` Name string `json:"name"` Surname string `json:"surname"` Birth time.Time `json:"birth"` Username string `json:"username"` Password string `json:"password"` Image sql.NullString `json:"image"` Role string `json:"role"` Active bool `json:"active"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
UserModel User Model
Click to show internal directories.
Click to hide internal directories.