Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowedFieldsUpdate ¶
type AllowedFieldsUpdate struct {
Reasons []string
}
func (AllowedFieldsUpdate) Error ¶
func (e AllowedFieldsUpdate) Error() string
type CheckPassword ¶
type CheckPassword struct {
Reasons []string
}
func (CheckPassword) Error ¶
func (e CheckPassword) Error() string
type EmailGeneration ¶
type EmailGeneration struct {
Reasons []string
}
func (EmailGeneration) Error ¶
func (e EmailGeneration) Error() string
type ForgotPassword ¶
type ForgotPassword struct {
Reasons []string
}
func (ForgotPassword) Error ¶
func (e ForgotPassword) Error() string
type InvalidClaims ¶
type InvalidClaims struct {
Reasons []string
}
func (InvalidClaims) Error ¶
func (e InvalidClaims) Error() string
type SetPassword ¶
type SetPassword struct {
Reasons []string
}
func (SetPassword) Error ¶
func (e SetPassword) Error() string
type TokenGeneration ¶
type TokenGeneration struct {
Reasons []string
}
func (TokenGeneration) Error ¶
func (e TokenGeneration) Error() string
type UpdateAllowedFields ¶
type UpdateAllowedFields struct {
Reasons []string
}
func (UpdateAllowedFields) Error ¶
func (e UpdateAllowedFields) Error() string
type UpdatePassword ¶
type UpdatePassword struct {
Reasons []string
}
func (UpdatePassword) Error ¶
func (e UpdatePassword) Error() string
type UserCreation ¶
type UserCreation struct {
Reasons []string
}
func (UserCreation) Error ¶
func (e UserCreation) Error() string
type UserRetrieval ¶
type UserRetrieval struct {
Reasons []string
}
func (UserRetrieval) Error ¶
func (e UserRetrieval) Error() string
Click to show internal directories.
Click to hide internal directories.