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