Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
WithStore(*runstorage.Store) Service
WithDatabase(*gorm.DB) Service
SetBus(event.Bus)
Start(jobID uuid.UUID, triggerID *uuid.UUID, opts ...runstorage.StartOption) (*runstorage.JobRun, error)
Get(uuid.UUID) (*runstorage.JobRun, error)
GetTaskLogSnapshot(runID, taskID uuid.UUID) (*runstorage.TaskLogSnapshot, error)
List(uuid.UUID) ([]*runstorage.JobRun, error)
Latest(uuid.UUID) (*runstorage.JobRun, error)
}
Click to show internal directories.
Click to hide internal directories.