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 {
	UpsertInteractionEvent UpsertInteractionEventCommandHandler
	RequestSummary         RequestSummaryCommandHandler
	ReplaceSummary         ReplaceSummaryCommandHandler
	RequestActionItems     RequestActionItemsCommandHandler
	ReplaceActionItems     ReplaceActionItemsCommandHandler
}

type ReplaceActionItemsCommandHandler

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

type ReplaceSummaryCommandHandler

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

type RequestActionItemsCommandHandler

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

type RequestSummaryCommandHandler

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

type UpsertInteractionEventCommandHandler

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

Jump to

Keyboard shortcuts

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