package
Version:
v0.1.0-beta
Opens a new window with list of versions in this module.
Published: Nov 17, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ConfigFlags helps configure cobra and viper flags.
type Config struct {
File string `mapstructure:"file"`
Debug bool `mapstructure:"debug"`
Driver string `mapstructure:"driver"`
DriverURL string `mapstructure:"driverurl"`
}
Config is store configuration
Validate configuration is ok
Conn represents a datastore connection.
Connect creates a connection to a messaging service with the given config.
Close cleanly closes the database connection.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.