sqlstore

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SQLStore

type SQLStore struct {
	// contains filtered or unexported fields
}

func New

func New(writer *sql.DB, reader *sql.DB, tableName string) *SQLStore

func (*SQLStore) Latest

func (s *SQLStore) Latest(ctx context.Context, workflowName, foreignID string) (*workflow.WireRecord, error)

func (*SQLStore) Lookup

func (s *SQLStore) Lookup(ctx context.Context, id int64) (*workflow.WireRecord, error)

func (*SQLStore) Store

func (s *SQLStore) Store(ctx context.Context, r *workflow.WireRecord, eventEmitter workflow.EventEmitter) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL