Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2023 Changes in this version + type CancelRunCommand struct + ID string + SubmissionID string + WorkspaceID string + type CancelRunHandler interface + Handle func(ctx context.Context, cmd *CancelRunCommand) error + func NewCancelRunHandler(service run.Service, eventBus eventbus.EventBus, ...) CancelRunHandler + type Commands struct + CancelRun CancelRunHandler + func NewCommands(grpcFactory grpc.Factory, runRepo run.Repository, eventBus eventbus.EventBus, ...) *Commands