Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullableUser ¶
type NullableUser struct { Username *string `json:"username"` HashedPassword *string `json:"hashedPassword"` IsAdmin *bool `json:"isAdmin"` IsVerified *bool `json:"isVerified"` }
NullableUser is a nullable version of user.
Click to show internal directories.
Click to hide internal directories.