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