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