package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 7, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Telegram struct {
Token string
}
Spotify struct {
ClientID string `mapstructure:"client_id"`
ClientSecret string `mapstructure:"client_secret"`
}
MongoDB struct {
Addr string
}
SqLite struct {
DataSource string `mapstructure:"data_source"`
}
Logger struct {
Level string
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.