Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
URI string `json:"uri" doc:"the uri to connect to, in the form TODO"`
Namespace string `json:"namespace" doc:"mongo namespace to read/write"`
Timeout string `json:"timeout" doc:"timeout for establishing connection, format must be parsable by time.ParseDuration and defaults to 10s"`
Tail bool `json:"tail" doc:"if tail is true, then the etcd source will track changes after copying the namespace"`
}
Config provides configuration options for a postgres adaptor the notable difference between this and dbConfig is the presence of the Tail option
Click to show internal directories.
Click to hide internal directories.