Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginResponse ¶
type LoginResponse struct {
Token string `json:"token"`
PersonID string `json:"person_id"`
Role types.UserRole `json:"role"`
}
func NewLoginResponse ¶
func NewLoginResponse(domain *users.Auth) LoginResponse
Click to show internal directories.
Click to hide internal directories.