command_handler

package
v0.0.0-...-af7f365 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandHandlers

type CommandHandlers struct {
	UpsertPhoneNumber           UpsertPhoneNumberCommandHandler
	FailedPhoneNumberValidation FailedPhoneNumberValidationCommandHandler
	SkipPhoneNumberValidation   SkippedPhoneNumberValidationCommandHandler
	PhoneNumberValidated        PhoneNumberValidatedCommandHandler
}

type FailedPhoneNumberValidationCommandHandler

type FailedPhoneNumberValidationCommandHandler interface {
	Handle(ctx context.Context, command *command.FailedPhoneNumberValidationCommand) error
}

type PhoneNumberValidatedCommandHandler

type PhoneNumberValidatedCommandHandler interface {
	Handle(ctx context.Context, cmd *command.PhoneNumberValidatedCommand) error
}

type SkippedPhoneNumberValidationCommandHandler

type SkippedPhoneNumberValidationCommandHandler interface {
	Handle(ctx context.Context, cmd *command.SkippedPhoneNumberValidationCommand) error
}

type UpsertPhoneNumberCommandHandler

type UpsertPhoneNumberCommandHandler interface {
	Handle(ctx context.Context, cmd *command.UpsertPhoneNumberCommand) error
}

Jump to

Keyboard shortcuts

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