Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Version string `mapstructure:"version"`
MarkdownConfig *markdown_generators.MarkdownConfig `mapstructure:"markdown_config"`
AIProviderConfig *providers.AIProviderConfig `mapstructure:"ai_provider_config"`
}
Config represents the structure of the configuration file
func LoadConfigs ¶
LoadConfigs initializes the configuration from file and flags, and returns the final config.
Click to show internal directories.
Click to hide internal directories.