Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.6.0
type Config struct {
// URL is the connection string for the Postgres database.
URL string `json:"url" validate:"required"`
// Table is used as the target table into which records are inserted.
Table string `json:"table"`
// Key represents the column name for the key used to identify and update existing rows.
Key string `json:"key"`
}
Click to show internal directories.
Click to hide internal directories.