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