Documentation ¶
Overview ¶
Package staging contains all services which interact with the staging database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( applycfg.Set, leases.Set, memo.Set, stage.Set, checkpoint.Set, version.Set, )
Set is used by Wire and contains providers for all target sub-packages.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package checkpoint contains a utility for persisting checkpoint (fka resolved) timestamps.
|
Package checkpoint contains a utility for persisting checkpoint (fka resolved) timestamps. |
Package leases coordinates global, singleton activities.
|
Package leases coordinates global, singleton activities. |
Package memo implements a simple kv store with string keys.
|
Package memo implements a simple kv store with string keys. |
Package stage defines a means of storing and retrieving mutations to be applied to a table.
|
Package stage defines a means of storing and retrieving mutations to be applied to a table. |
Package version is used to track incompatible schema changes within the staging tables.
|
Package version is used to track incompatible schema changes within the staging tables. |
Click to show internal directories.
Click to hide internal directories.