Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUserById ¶
Types ¶
type ResponseAuthentication ¶
type ResponseUser ¶
type ResponseUser struct { Id uint `json:"id" gorm:"primaryKey;autoIncrement:true"` Username string `json:"username"` Name string `json:"name"` Auth ResponseAuthentication `json:"auth"` }
Click to show internal directories.
Click to hide internal directories.