Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseConfig ¶
type BaseConfig struct {
Server server.Config `yaml:"server"`
DB db.Config `yaml:"db"`
Log log.Config `yaml:"log"`
Kubes kubes.Config `yaml:"kubes"`
Bucket bucket.Config `yaml:"bucket"`
Chals chals.Config `yaml:"chals"`
OpenAI openai.Config `yaml:"open_ai"`
}
func NewDefaultConfig ¶
func NewDefaultConfig() BaseConfig
Click to show internal directories.
Click to hide internal directories.