package
4.5.1+incompatible
Repository: https://github.com/sourcegraph/sourcegraph.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
BuildWorkerScan builds a callback that can be used as a `Scan` field in an `Options` struct.
No description provided by the author
# Variables
ErrDequeueRace occurs when a record selected for dequeue has been locked by another worker.
ErrDequeueTransaction occurs when Dequeue is called from inside a transaction.
ErrExecutionLogEntryNotUpdated is returned by AddExecutionLogEntry and UpdateExecutionLogEntry, when the log entry was not updated.
ErrNoRecord occurs when a record cannot be selected after it has been locked.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Options configure the behavior of Store over a particular set of tables, columns, and expressions.
# Interfaces
Store is the persistence layer for the dbworker package that handles worker-side operations backed by a Postgres database.
# Type aliases
ResultsetScanFn is a function that scans row values from a resultset into records.