Documentation ¶
Index ¶
- Constants
- func GetVatFrobConfig() shared_t.EventTransformerConfig
- type VatFrobConverter
- type VatFrobModel
- type VatFrobRepository
- func (repository VatFrobRepository) Create(headerID int64, models []interface{}) error
- func (repository VatFrobRepository) MarkHeaderChecked(headerID int64) error
- func (repository VatFrobRepository) MissingHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
- func (repository VatFrobRepository) RecheckHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
- func (repository *VatFrobRepository) SetDB(db *postgres.DB)
Constants ¶
View Source
const (
InsertVatFrobQuery = `` /* 286-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
func GetVatFrobConfig ¶
func GetVatFrobConfig() shared_t.EventTransformerConfig
Types ¶
type VatFrobConverter ¶
type VatFrobConverter struct{}
type VatFrobModel ¶
type VatFrobRepository ¶
type VatFrobRepository struct {
// contains filtered or unexported fields
}
func (VatFrobRepository) Create ¶
func (repository VatFrobRepository) Create(headerID int64, models []interface{}) error
func (VatFrobRepository) MarkHeaderChecked ¶
func (repository VatFrobRepository) MarkHeaderChecked(headerID int64) error
func (VatFrobRepository) MissingHeaders ¶
func (repository VatFrobRepository) MissingHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
func (VatFrobRepository) RecheckHeaders ¶
func (repository VatFrobRepository) RecheckHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
func (*VatFrobRepository) SetDB ¶
func (repository *VatFrobRepository) SetDB(db *postgres.DB)
Click to show internal directories.
Click to hide internal directories.