command_handler

package
v0.0.0-...-4518f94 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 AddPlayerInfoCommandHandler

type AddPlayerInfoCommandHandler interface {
	Handle(ctx context.Context, command *command.AddPlayerInfoCommand) error
}

type AddRoleCommandHandler

type AddRoleCommandHandler interface {
	Handle(ctx context.Context, command *command.AddRoleCommand) error
}

type CommandHandlers

type CommandHandlers struct {
	UpsertUser         UpsertUserCommandHandler
	AddPlayerInfo      AddPlayerInfoCommandHandler
	AddRole            AddRoleCommandHandler
	RemoveRole         RemoveRoleCommandHandler
	LinkJobRoleCommand LinkJobRoleCommandHandler
}

type LinkJobRoleCommandHandler

type LinkJobRoleCommandHandler interface {
	Handle(ctx context.Context, command *command.LinkJobRoleCommand) error
}

type RemoveRoleCommandHandler

type RemoveRoleCommandHandler interface {
	Handle(ctx context.Context, command *command.RemoveRoleCommand) error
}

type UpsertUserCommandHandler

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

Jump to

Keyboard shortcuts

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