Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( bucket.NewUserCache, wire.Bind(new(bucket.Bucket), new(*bucket.LocalBucket)), NewProvider, )
Functions ¶
Types ¶
type BaseConfig ¶
type BaseConfig struct {
Log log.Config `yaml:"log"`
Workflow workflow.Config `yaml:"workflow"`
DB db.Config `yaml:"db"`
Temporal temporal.Config `yaml:"temporal"`
Server server.Config `yaml:"server"`
Generate generate.Config `yaml:"generate"`
LLM llm.Config `yaml:"llm"`
}
func NewDefaultConfig ¶
func NewDefaultConfig() BaseConfig
Click to show internal directories.
Click to hide internal directories.