Documentation ¶
Index ¶
- type Store
- func (s *Store) CreateExecution(ctx context.Context, execution store.Execution) error
- func (s *Store) DeleteExecution(ctx context.Context, id string) error
- func (s *Store) GetExecution(ctx context.Context, id string) (store.Execution, error)
- func (s *Store) GetExecutionCount(ctx context.Context) uint
- func (s *Store) GetExecutionHistory(ctx context.Context, id string) ([]store.ExecutionHistory, error)
- func (s *Store) GetExecutions(ctx context.Context, jobID string) ([]store.Execution, error)
- func (s *Store) UpdateExecutionState(ctx context.Context, request store.UpdateExecutionStateRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) CreateExecution ¶
func (*Store) DeleteExecution ¶
func (*Store) GetExecution ¶
func (*Store) GetExecutionCount ¶ added in v0.3.24
func (*Store) GetExecutionHistory ¶
func (*Store) GetExecutions ¶
func (*Store) UpdateExecutionState ¶
Click to show internal directories.
Click to hide internal directories.