package
Version:
v0.4.9
Opens a new window with list of versions in this module.
Published: Jun 1, 2023
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MariaDBConfig struct {
Host string `mapstructure:"host" yaml:"host"`
Port int `mapstructure:"port" yaml:"port"`
AdminUser string `mapstructure:"adminUser" yaml:"adminUser"`
AdminPassword string `mapstructure:"adminPassword" yaml:"adminPassword"`
}
type MongoDBConfig struct {
Host string `mapstructure:"host" yaml:"host"`
Port int `mapstructure:"port" yaml:"port"`
AdminUser string `mapstructure:"adminUser" yaml:"adminUser"`
AdminPassword string `mapstructure:"adminPassword" yaml:"adminPassword"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.