Documentation
¶
Index ¶
Constants ¶
View Source
const ProtocolVersion = "2025-11-25"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AuthToken string
RemoteAgent string
RemoteToken string
RemoteTLS bool
RemoteTLSCA string
RemoteTLSServerName string
RemoteTLSInsecureSkipVerify bool
RemoteTLSClientCert string
RemoteTLSClientKey string
EnableWrite bool
MaxEventsReturned int
MaxLogLinesReturned int
DefaultToolTimeoutSeconds int
}
func ConfigFromEnv ¶
func ConfigFromEnv() Config
Click to show internal directories.
Click to hide internal directories.