Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ListenAddr string `toml:"listen_addr"`
DataDir string `toml:"data_dir"`
Store StoreConfig `toml:"store"`
Token TokenConfig `toml:"token"`
Evidence EvidenceConfig `toml:"evidence"`
Log LogConfig `toml:"log"`
ToolDescriptions map[string]string `toml:"tool_descriptions"`
}
Config is the full server configuration. Missing keys fall back to defaults.
type EvidenceConfig ¶
type StoreConfig ¶
type TokenConfig ¶
Click to show internal directories.
Click to hide internal directories.