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