Documentation ¶
Overview ¶
Package exporter contains methods of extracting data from DB.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
Exporter provides methods for fetching data view from storage.
func NewExporter ¶
func NewExporter(db *storage.DB, ps *storage.PulseStorage, cfg configuration.Exporter) *Exporter
NewExporter creates new StorageExporter instance.
Click to show internal directories.
Click to hide internal directories.