Documentation ¶
Overview ¶
Package stage defines a means of storing and retrieving mutations to be applied to a table.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( ProvideFactory, )
Set is used by Wire.
Functions ¶
func EnableSanityChecks ¶ added in v1.0.1
func EnableSanityChecks()
EnableSanityChecks can be called by test code to enable additional validation of the staging tables.
func ProvideFactory ¶
func ProvideFactory( db *types.StagingPool, stagingDB ident.StagingSchema, stop *stopper.Context, ) types.Stagers
ProvideFactory is called by Wire to construct the Stagers factory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.