Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelRunCommand ¶
type CancelRunHandler ¶
type CancelRunHandler interface {
Handle(ctx context.Context, cmd *CancelRunCommand) error
}
func NewCancelRunHandler ¶
func NewCancelRunHandler(service run.Service, eventBus eventbus.EventBus, submissionReadModel submission.ReadModel) CancelRunHandler
Click to show internal directories.
Click to hide internal directories.