Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type RecordDatabase ¶
type RecordDatabase interface { Insert(records []*models.Record) error ReadinessCheck() bool // contains filtered or unexported methods }
func NewDatabase ¶
func NewDatabase(logger log.Logger, config Config) RecordDatabase
Click to show internal directories.
Click to hide internal directories.