Documentation
¶
Index ¶
- type Service
- func (s *Service) Delete(ctx context.Context, id string) error
- func (s *Service) List(ctx context.Context, parameters ...*dao.Parameter) ([]*execution.Execution, error)
- func (s *Service) Load(ctx context.Context, id string) (*execution.Execution, error)
- func (s *Service) Save(ctx context.Context, execution *execution.Execution) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implements an in-memory process storage
func (*Service) List ¶
func (s *Service) List(ctx context.Context, parameters ...*dao.Parameter) ([]*execution.Execution, error)
List returns all executions from memory
Click to show internal directories.
Click to hide internal directories.