Documentation ¶
Index ¶
- type Store
- func (s *Store) Close(ctx context.Context) error
- func (s *Store) CreateExecution(ctx context.Context, localExecutionState store.LocalExecutionState) error
- func (s *Store) DeleteExecution(ctx context.Context, id string) error
- func (s *Store) GetExecution(ctx context.Context, id string) (store.LocalExecutionState, error)
- func (s *Store) GetExecutionCount(ctx context.Context, state store.LocalExecutionStateType) (uint64, error)
- func (s *Store) GetExecutionHistory(ctx context.Context, id string) ([]store.LocalStateHistory, error)
- func (s *Store) GetExecutions(ctx context.Context, jobID string) ([]store.LocalExecutionState, error)
- func (s *Store) GetLiveExecutions(ctx context.Context) ([]store.LocalExecutionState, 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) GetLiveExecutions ¶ added in v1.0.4
func (*Store) UpdateExecutionState ¶
Click to show internal directories.
Click to hide internal directories.