run

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelRunCommand

type CancelRunCommand struct {
	WorkspaceID  string `validate:"required"`
	SubmissionID string `validate:"required"`
	ID           string `validate:"required"`
}

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

type Commands

type Commands struct {
	CancelRun CancelRunHandler
}

func NewCommands

func NewCommands(grpcFactory grpc.Factory, runRepo run.Repository, eventBus eventbus.EventBus, submissionReadModel submission.ReadModel, wesClient wes.Client) *Commands

Jump to

Keyboard shortcuts

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