Documentation ¶
Index ¶
Constants ¶
View Source
const InsertNewCdpQuery = `` /* 176-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewCdpConverter ¶
type NewCdpConverter struct{}
func (NewCdpConverter) ToModels ¶
func (converter NewCdpConverter) ToModels(abi string, logs []core.HeaderSyncLog) ([]shared.InsertionModel, error)
type NewCdpEntity ¶
type NewCdpRepository ¶
type NewCdpRepository struct {
// contains filtered or unexported fields
}
func (NewCdpRepository) Create ¶
func (repository NewCdpRepository) Create(models []shared.InsertionModel) error
func (*NewCdpRepository) SetDB ¶
func (repository *NewCdpRepository) SetDB(db *postgres.DB)
Click to show internal directories.
Click to hide internal directories.