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: 11 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 {
	CreateMasterPlan            CreateMasterPlanCommandHandler
	UpdateMasterPlan            UpdateMasterPlanCommandHandler
	CreateMasterPlanMilestone   CreateMasterPlanMilestoneCommandHandler
	UpdateMasterPlanMilestone   UpdateMasterPlanMilestoneCommandHandler
	ReorderMasterPlanMilestones ReorderMasterPlanMilestonesCommandHandler
}

CommandHandlers acts as a container for all command handlers.

type CreateMasterPlanCommandHandler

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

type CreateMasterPlanMilestoneCommandHandler

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

type ReorderMasterPlanMilestonesCommandHandler

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

type UpdateMasterPlanCommandHandler

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

type UpdateMasterPlanMilestoneCommandHandler

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

Jump to

Keyboard shortcuts

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