package
0.0.0-20250308170929-48bd8ed27534
Repository: https://github.com/evergreen-ci/evergreen.git
Documentation: pkg.go.dev

# Functions

InitializeTaskOutput initializes the task output for a new task run.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

EvergreenSenderOptions support the use and creation of an Evergreen sender.
TaskLogGetOptions represents the arguments for fetching task logs belonging to a task run.
TaskLogOutput is the versioned entry point for coordinating persistent storage of a task run's task log data.
TaskOptions represents the task-level information required for accessing task logs belonging to a task run.
TaskOutput is the versioned entry point for coordinating persistent storage of a task run's output data.
TestLogGetOptions represents the arguments for fetching test logs belonging to a task run.
TestLogOutput is the versioned entry point for coordinating persistent storage of a task run's test log data.

# Type aliases

LogLineParser functions parse a raw log line into the service representation of a log line for uniform ingestion of logs by the Evergreen log sender.
TaskLogType represents the recognized types of task logs.