Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDentConfig ¶
func GetDentConfig() shared_t.EventTransformerConfig
Types ¶
type DentConverter ¶
type DentConverter struct{}
func (DentConverter) ToModels ¶
func (c DentConverter) ToModels(ethLogs []types.Log) (result []shared.InsertionModel, err error)
type DentRepository ¶
type DentRepository struct {
// contains filtered or unexported fields
}
func (DentRepository) Create ¶
func (repository DentRepository) Create(headerID int64, models []shared.InsertionModel) error
func (DentRepository) MarkHeaderChecked ¶
func (repo DentRepository) MarkHeaderChecked(headerId int64) error
func (*DentRepository) SetDB ¶
func (repo *DentRepository) SetDB(db *postgres.DB)
Click to show internal directories.
Click to hide internal directories.