Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DentConverter ¶
type DentConverter struct{}
func (DentConverter) ToModels ¶
func (c DentConverter) ToModels(_ string, logs []core.HeaderSyncLog) (result []shared.InsertionModel, err error)
type DentRepository ¶
type DentRepository struct {
// contains filtered or unexported fields
}
func (DentRepository) Create ¶
func (repository DentRepository) Create(models []shared.InsertionModel) error
func (*DentRepository) SetDB ¶
func (repo *DentRepository) SetDB(db *postgres.DB)
Click to show internal directories.
Click to hide internal directories.