Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LLM ¶
type LLM struct {
// contains filtered or unexported fields
}
LLM holds LLM configuration.
type Logger ¶
type Logger struct {
Level string
}
Logger holds logger configuration.
type Prompt ¶
type Prompt struct {
SiteType string
Style string
Taste string
Layout string
ColorScheme string
Lang string
ExtraPrompt string
PromptFile string
}
Prompt holds prompt customization configuration.
func (*Prompt) ResolveExtraPrompt ¶
ResolveExtraPrompt returns the extra prompt, reading from file if needed.
type PubSub ¶
PubSub holds Google Cloud Pub/Sub emitter configuration.
type Server ¶
Server holds HTTP server configuration.
func (*Server) ValidateTLS ¶
ValidateTLS checks TLS flag combinations and returns an error for invalid configurations.
Click to show internal directories.
Click to hide internal directories.