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 AddUserAssigneeCommandHandler

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

type AddUserFollowerCommandHandler

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

type CommandHandlers

type CommandHandlers struct {
	UpsertIssue        UpsertIssueCommandHandler
	AddUserAssignee    AddUserAssigneeCommandHandler
	RemoveUserAssignee RemoveUserAssigneeCommandHandler
	AddUserFollower    AddUserFollowerCommandHandler
	RemoveUserFollower RemoveUserFollowerCommandHandler
}

type RemoveUserAssigneeCommandHandler

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

type RemoveUserFollowerCommandHandler

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

type UpsertIssueCommandHandler

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

Jump to

Keyboard shortcuts

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