Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunConfig ¶
type RunConfig struct { TelemetryDir string // if set, overrides the telemetry data directory UploadURL string // if set, overrides the telemetry upload endpoint LogWriter io.Writer // if set, used for detailed logging of the upload process Env []string // if set, appended to the config download environment StartTime time.Time // if set, overrides the upload start time }
RunConfig configures non-default behavior of a call to Run.
All fields are optional, for testing or observability.
Click to show internal directories.
Click to hide internal directories.