Documentation
¶
Index ¶
- func StartScheduler(ctx context.Context, r *Refresher)
- type Refresher
- func (r *Refresher) CountRowsAwaitingRefresh(ctx context.Context) (int64, error)
- func (r *Refresher) ExplainSelectQuery(ctx context.Context) (string, error)
- func (r *Refresher) Run(ctx context.Context) error
- func (r *Refresher) SelectRowsToProcess(ctx context.Context, tx pgx.Tx) ([]RowToProcess, error)
- type RowToProcess
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartScheduler ¶
Types ¶
type Refresher ¶
type Refresher struct {
// contains filtered or unexported fields
}
func New ¶
func New(ag *appglobals.AppGlobals) *Refresher
func (*Refresher) CountRowsAwaitingRefresh ¶
func (*Refresher) ExplainSelectQuery ¶
func (*Refresher) SelectRowsToProcess ¶
Click to show internal directories.
Click to hide internal directories.