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