Documentation
¶
Index ¶
- type Option
- type Store
- func (s *Store) DeleteOutboxEvent(ctx context.Context, id string) error
- func (s *Store) Latest(ctx context.Context, workflowName, foreignID string) (*workflow.Record, error)
- func (s *Store) List(ctx context.Context, workflowName string, offset int64, limit int, ...) ([]workflow.Record, error)
- func (s *Store) ListOutboxEvents(ctx context.Context, workflowName string, limit int64) ([]workflow.OutboxEvent, error)
- func (s *Store) Lookup(ctx context.Context, id string) (*workflow.Record, error)
- func (s *Store) SetSnapshotOffset(workflowName, foreignID, runID string, offset int)
- func (s *Store) SnapshotOffset(workflowName, foreignID, runID string) int
- func (s *Store) Snapshots(workflowName, foreignID, runID string) []*workflow.Record
- func (s *Store) Store(ctx context.Context, record *workflow.Record) 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) DeleteOutboxEvent ¶ added in v0.1.2
func (*Store) ListOutboxEvents ¶ added in v0.1.2
func (*Store) SetSnapshotOffset ¶
func (*Store) SnapshotOffset ¶
Click to show internal directories.
Click to hide internal directories.