Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Log logger.Config
Ops ops.Config
DataDir string `yaml:"data_dir" validate:"required" default:"./data"`
Server ServerConfig
Telegram TelegramConfig
MCP MCPConfig
Timezone string `yaml:"timezone" validate:"required" default:"UTC"`
}
type GroqConfig ¶
type MCPConfig ¶
type MCPConfig struct {
Groq GroqConfig
}
type ServerConfig ¶
type TelegramConfig ¶
type TelegramConfig struct {
BotToken string `yaml:"bot_token" validate:"required"`
}
Click to show internal directories.
Click to hide internal directories.