Documentation ¶
Index ¶
- func GetVatTuneConfig() shared_t.TransformerConfig
- type VatTuneConverter
- type VatTuneModel
- type VatTuneRepository
- func (repository VatTuneRepository) Create(headerID int64, models []interface{}) error
- func (repository VatTuneRepository) MarkHeaderChecked(headerID int64) error
- func (repository VatTuneRepository) MissingHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
- func (repository VatTuneRepository) RecheckHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
- func (repository *VatTuneRepository) SetDB(db *postgres.DB)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVatTuneConfig ¶
func GetVatTuneConfig() shared_t.TransformerConfig
Types ¶
type VatTuneConverter ¶
type VatTuneConverter struct{}
type VatTuneModel ¶
type VatTuneRepository ¶
type VatTuneRepository struct {
// contains filtered or unexported fields
}
func (VatTuneRepository) Create ¶
func (repository VatTuneRepository) Create(headerID int64, models []interface{}) error
func (VatTuneRepository) MarkHeaderChecked ¶
func (repository VatTuneRepository) MarkHeaderChecked(headerID int64) error
func (VatTuneRepository) MissingHeaders ¶
func (repository VatTuneRepository) MissingHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
func (VatTuneRepository) RecheckHeaders ¶
func (repository VatTuneRepository) RecheckHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
func (*VatTuneRepository) SetDB ¶
func (repository *VatTuneRepository) SetDB(db *postgres.DB)
Click to show internal directories.
Click to hide internal directories.