v1

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2026 License: MIT Imports: 0 Imported by: 0

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

type UserRegistered struct {
	Email string `json:"email"`
	Name  string `json:"name"`
}

UserRegistered is emitted when a new user registers in the system.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL