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