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