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