Documentation
¶
Index ¶
- type SQLStore
- func (s *SQLStore) DeleteOutboxEvent(ctx context.Context, id string) error
- func (s *SQLStore) Latest(ctx context.Context, workflowName, foreignID string) (*workflow.Record, error)
- func (s *SQLStore) List(ctx context.Context, workflowName string, offset int64, limit int, ...) ([]workflow.Record, error)
- func (s *SQLStore) ListOutboxEvents(ctx context.Context, workflowName string, limit int64) ([]workflow.OutboxEvent, error)
- func (s *SQLStore) Lookup(ctx context.Context, runID string) (*workflow.Record, error)
- func (s *SQLStore) Store(ctx context.Context, r *workflow.Record) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.