Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunServer ¶
type RunServer struct {
cmd.RunServer
pgcmd.PostgresFlags `embed:"" prefix:"pg."`
// Schemas for tenancy
Schema struct {
LLM string `name:"llm" help:"PostgreSQL schema for LLM data." default:"llm"`
Auth string `name:"auth" help:"PostgreSQL schema for auth data." default:"auth"`
Memory string `name:"memory" help:"PostgreSQL schema for memory data." default:"memory"`
} `embed:"" prefix:"schema."`
// Other flags
Passphrases []string `name:"passphrase" env:"${ENV_NAME}_PASSPHRASES" help:"One or more passphrases used to encrypt credentials."`
}
Click to show internal directories.
Click to hide internal directories.