package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jan 30, 2023
License: Apache-2.0
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
¶
NewConnection
opens a new connection to mongodb database.
type Config struct {
Database string `koanf:"database"`
Host string `koanf:"host"`
Port int `koanf:"port"`
}
Config
mongodb config parameters.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.