package
Version:
v1.29.1
Opens a new window with list of versions in this module.
Published: Mar 14, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AgentConfig struct {
Enabled bool `config:"enabled"`
Setup *SetupConfig `config:"setup"`
}
type SetupConfig struct {
DownloadURL string `config:"download_url"`
CACertFile string `config:"ca_cert"`
CAKeyFile string `config:"ca_key"`
ConsoleEndpoint string `config:"console_endpoint"`
Port string `config:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.