Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Url string `json:"url" yaml:"url"` Username string `json:"username" yaml:"username"` Password string `json:"password" yaml:"password"` Database string `json:"database" yaml:"database"` Collection string `json:"collection" yaml:"collection"` CollectionMap *bloblang.Executor `json:"collection_map" yaml:"collection_map"` }
Config is a config struct for an arango connection.
Click to show internal directories.
Click to hide internal directories.