Versions in this module Expand all Collapse all v5 v5.0.0 Jun 22, 2022 Changes in this version + func DisableLog() + func UseLogger(logger slog.Logger) + type ProposalsDB struct + APIPath string + func NewProposalsDB(politeiaURL, dbPath string) (*ProposalsDB, error) + func (db *ProposalsDB) Close() error + func (db *ProposalsDB) ProposalByToken(token string) (*pitypes.ProposalRecord, error) + func (db *ProposalsDB) ProposalsAll(offset, rowsCount int, filterByVoteStatus ...int) ([]*pitypes.ProposalRecord, int, error) + func (db *ProposalsDB) ProposalsLastSync() int64 + func (db *ProposalsDB) ProposalsSync() error Other modules containing this package github.com/decred/dcrdata/gov github.com/decred/dcrdata/gov/v2 github.com/decred/dcrdata/gov/v3 github.com/decred/dcrdata/gov/v4 github.com/decred/dcrdata/v4