Documentation
¶
Overview ¶
Package postgres provides functions required to export data to PostgreSQL.
Index ¶
Constants ¶
View Source
const (
// Name contains name of the exporter.
Name = "postgres"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
Exporter is an instance of Postgres Exporter.
func NewExporter ¶
NewExporter creates new Postregre exporter and all the necessary tables, if they don't exist.
Click to show internal directories.
Click to hide internal directories.