Documentation
¶
Index ¶
- type Postgres
- func (p *Postgres) Close() error
- func (p *Postgres) Compare(ctx context.Context, conf *conf.ComparisonsConf) ([]metrics.Comparison, error)
- func (p *Postgres) Freshness(ctx context.Context, conf *conf.FreshnessConf) ([]metrics.TableFreshness, error)
- func (p *Postgres) SQLDB() *sql.DB
- func (p *Postgres) TableAccesses(ctx context.Context, conf *conf.LastUpdateConf) ([]metrics.TableAccess, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgres ¶
func (*Postgres) Compare ¶
func (p *Postgres) Compare(ctx context.Context, conf *conf.ComparisonsConf) ([]metrics.Comparison, error)
func (*Postgres) Freshness ¶
func (p *Postgres) Freshness(ctx context.Context, conf *conf.FreshnessConf) ([]metrics.TableFreshness, error)
func (*Postgres) TableAccesses ¶
func (p *Postgres) TableAccesses(ctx context.Context, conf *conf.LastUpdateConf) ([]metrics.TableAccess, error)
Click to show internal directories.
Click to hide internal directories.