events

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DummyEvent

type DummyEvent struct {
	AlteredAsync bool
}

func (*DummyEvent) Async

func (e *DummyEvent) Async() bool

type SMSRequestEvent

type SMSRequestEvent struct {
	Number  string
	Message string
}

func (SMSRequestEvent) Async

func (e SMSRequestEvent) Async() bool

type SMSSentEvent

type SMSSentEvent struct {
	Request SMSRequestEvent
	Status  string
}

func (SMSSentEvent) Async

func (e SMSSentEvent) Async() bool

type UserRegisteredEvent

type UserRegisteredEvent struct {
	UserName string
	Phone    string
}

func (UserRegisteredEvent) Async

func (e UserRegisteredEvent) Async() bool

Jump to

Keyboard shortcuts

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