Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRunParams ¶
type CreateRunResponse ¶
type RunManager ¶
type RunManager interface {
CreateRun(params *CreateRunParams) (*CreateRunResponse, error)
}
func New ¶
func New(runRepo run.RunRepository, workspaceRepo workspaces.WorkspacesRepository) RunManager
type RunManagerImpl ¶
type RunManagerImpl struct { RunsRepository run.RunRepository WorkspacesRepository workspaces.WorkspacesRepository }
func (*RunManagerImpl) CreateRun ¶
func (impl *RunManagerImpl) CreateRun(params *CreateRunParams) (*CreateRunResponse, error)
Click to show internal directories.
Click to hide internal directories.