Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIUserCreation ¶
type APIUserCreation struct {
Reasons []string
}
func (APIUserCreation) Error ¶
func (e APIUserCreation) Error() string
type APIUserRetrieval ¶
type APIUserRetrieval struct {
Reasons []string
}
func (APIUserRetrieval) Error ¶
func (e APIUserRetrieval) Error() string
type APIUserUpdate ¶
type APIUserUpdate struct {
Reasons []string
}
func (APIUserUpdate) Error ¶
func (e APIUserUpdate) Error() string
type PasswordGeneration ¶
type PasswordGeneration struct {
Reasons []string
}
func (PasswordGeneration) Error ¶
func (e PasswordGeneration) Error() string
type PasswordHash ¶
type PasswordHash struct {
Reasons []string
}
func (PasswordHash) Error ¶
func (e PasswordHash) Error() string
type ReadingCollection ¶
type ReadingCollection struct {
Reasons []string
}
func (ReadingCollection) Error ¶
func (e ReadingCollection) Error() string
type ReadingUpdate ¶
type ReadingUpdate struct {
Reasons []string
}
func (ReadingUpdate) Error ¶
func (e ReadingUpdate) Error() string
Click to show internal directories.
Click to hide internal directories.