package
Version:
v0.0.0-...-1b39580
Opens a new window with list of versions in this module.
Published: Oct 5, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Collection struct {
Name string `mapstructure:"name"`
}
type Collections struct {
Collections []Collection `mapstructure:"name"`
}
type Config struct {
Addr string `mapstructure:"addr"`
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
Database string `mapstructure:"database"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.