Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RefreshTokenData ¶
type RefreshTokenData struct {
Token string `json:"token"`
}
type User ¶
type User struct { ID string `json:"id"` Role string `json:"role"` Username string `json:"username"` Password string `json:"password"` Fullname string `json:"fullname"` Email string `json:"email"` Phone string `json:"phone"` CreatedAt string `json:"createdAt"` UpdatedAt string `json:"updatedAt"` LastLoginAt string `json:"lastLoginAt"` }
Click to show internal directories.
Click to hide internal directories.