Documentation ¶
Index ¶
- func GetJugFileBaseConfig() shared_t.EventTransformerConfig
- type JugFileBaseConverter
- type JugFileBaseModel
- type JugFileBaseRepository
- func (repository JugFileBaseRepository) Create(headerID int64, models []interface{}) error
- func (repository JugFileBaseRepository) MarkHeaderChecked(headerID int64) error
- func (repository JugFileBaseRepository) MissingHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
- func (repository JugFileBaseRepository) RecheckHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
- func (repository *JugFileBaseRepository) SetDB(db *postgres.DB)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetJugFileBaseConfig ¶
func GetJugFileBaseConfig() shared_t.EventTransformerConfig
Types ¶
type JugFileBaseConverter ¶
type JugFileBaseConverter struct{}
type JugFileBaseModel ¶
type JugFileBaseRepository ¶
type JugFileBaseRepository struct {
// contains filtered or unexported fields
}
func (JugFileBaseRepository) Create ¶
func (repository JugFileBaseRepository) Create(headerID int64, models []interface{}) error
func (JugFileBaseRepository) MarkHeaderChecked ¶
func (repository JugFileBaseRepository) MarkHeaderChecked(headerID int64) error
func (JugFileBaseRepository) MissingHeaders ¶
func (repository JugFileBaseRepository) MissingHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
func (JugFileBaseRepository) RecheckHeaders ¶
func (repository JugFileBaseRepository) RecheckHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
func (*JugFileBaseRepository) SetDB ¶
func (repository *JugFileBaseRepository) SetDB(db *postgres.DB)
Click to show internal directories.
Click to hide internal directories.