Versions in this module Expand all Collapse all v0 v0.1.2 Mar 14, 2019 Changes in this version + func GetFrobConfig() shared_t.TransformerConfig + type FrobConverter struct + func (FrobConverter) ToEntities(contractAbi string, ethLogs []types.Log) ([]interface{}, error) + func (FrobConverter) ToModels(entities []interface{}) ([]interface{}, error) + type FrobEntity struct + Art *big.Int + Dart *big.Int + Dink *big.Int + IArt *big.Int + Ilk [32]byte + Ink *big.Int + LogIndex uint + Raw types.Log + TransactionIndex uint + Urn [32]byte + type FrobModel struct + Art string + Dart string + Dink string + IArt string + Ilk string + Ink string + LogIndex uint + Raw []byte + TransactionIndex uint + Urn string + type FrobRepository struct + func (repository *FrobRepository) SetDB(db *postgres.DB) + func (repository FrobRepository) Create(headerID int64, models []interface{}) error + func (repository FrobRepository) MarkHeaderChecked(headerID int64) error + func (repository FrobRepository) MissingHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error) + func (repository FrobRepository) RecheckHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)