package
Version:
v0.0.0-...-3248bb2
Opens a new window with list of versions in this module.
Published: Dec 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
LogLevel string `env:"LOG_LEVEL" envDefault:"DEBUG"`
AuctionAPI string `env:"AUCTION_API"`
BotToken string `env:"BOT_TOKEN"`
DbPath string `env:"DB_PATH" envDefault:"/data/wotb-bot/wotb.db"`
AuctionCacheLifetime time.Duration `env:"AUCTION_CACHE_LIFETIME"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.