Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRequest ¶
AuthRequest struct
type TokenResponse ¶
TokenResponse response
type User ¶
type User struct {
ID string `storm:"id" json:"id"`
Email string `storm:"unique" json:"email"`
FirstName std.String `json:"firstname,omitempty"`
LastName std.String `json:"lastname,omitempty"`
Password string `json:"password,omitempty"`
IsEnabled bool `json:"enabled"`
IsExpired bool `json:"expired"`
IsLocked bool `json:"locked"`
Timezone std.String `json:"timezone,omitempty"`
Locale std.String `json:"locale,omitempty"`
CreatedAt std.DateTime `json:"created_at"`
UpdatedAt std.DateTime `json:"updated_at"`
DeletedAt std.DateTime `json:"deleted_at"`
}
User struct
Click to show internal directories.
Click to hide internal directories.