Versions in this module Expand all Collapse all v0 v0.0.1 Dec 29, 2024 Changes in this version + const BotNamePaguMainnet + const BotNamePaguModerator + const BotNamePaguStaging + const BotNamePaguTestnet + const PriceCacheKey + type Config struct + AuthIDs []string + BotName string + Database Database + DiscordBot *DiscordBot + GRPC *GRPC + HTTP *HTTP + LocalNode string + Logger *Logger + Network string + NetworkNodes []string + Notification *Notification + Phoenix *PhoenixNetwork + Telegram *Telegram + Wallet *Wallet + func Load(path string) (*Config, error) + func (cfg *Config) BasicCheck() error + type Database struct + URL string + type DiscordBot struct + GuildID string + Token string + type GRPC struct + Listen string + type HTTP struct + Listen string + type Logger struct + Compress bool + Filename string + LogLevel string + MaxBackups int + MaxSize int + Targets []string + type Notification struct + Zoho *Zoho + type PhoenixNetwork struct + FaucetAmount amount.Amount + type Telegram struct + BotToken string + type Wallet struct + Address string + Password string + Path string + type ZapToMail struct + Host string + Password string + Port int + Templates map[string]string + Username string + type Zoho struct + Mail ZapToMail