command_handler

package
v0.0.0-...-82c07be 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 {
	UpsertLocation           UpsertLocationCommandHandler
	FailedLocationValidation FailedLocationValidationCommandHandler
	SkipLocationValidation   SkippedLocationValidationCommandHandler
	LocationValidated        LocationValidatedCommandHandler
}

type FailedLocationValidationCommandHandler

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

type LocationValidatedCommandHandler

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

type SkippedLocationValidationCommandHandler

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

type UpsertLocationCommandHandler

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

Jump to

Keyboard shortcuts

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