Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserDeleted ¶
type UserDeleted struct {
Reason string `json:"reason"`
}
UserDeleted is emitted when a user account is deleted.
type UserEmailChanged ¶
type UserEmailChanged struct {
OldEmail string `json:"old_email"`
NewEmail string `json:"new_email"`
}
UserEmailChanged is emitted when a user changes their email address.
type UserRegistered ¶
UserRegistered is emitted when a new user registers in the system.
Click to show internal directories.
Click to hide internal directories.