MCPcopy Index your code
hub / github.com/google/go-github / HecConfig

Struct HecConfig

github/enterprise_audit_log_stream.go:86–93  ·  view source on GitHub ↗

HecConfig represents vendor-specific config for an HTTPS Event Collector (HEC) endpoint.

Source from the content-addressed store, hash-verified

84
85// HecConfig represents vendor-specific config for an HTTPS Event Collector (HEC) endpoint.
86type HecConfig struct {
87 Domain string `json:"domain"`
88 Port uint16 `json:"port"`
89 KeyID string `json:"key_id"`
90 EncryptedToken string `json:"encrypted_token"`
91 Path string `json:"path"`
92 SSLVerify bool `json:"ssl_verify"`
93}
94
95// GoogleCloudConfig represents vendor-specific config for Google Cloud Storage.
96type GoogleCloudConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected