Documentation
¶
Overview ¶
Package tasktemplate resolves Swarming task templates.
Templated strings may be passed to Swarming tasks in order to have them resolve task-side parameters. See Params for more information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct {
// SwarmingRunID is the substitution to use for the "swarming_run_id" template
// parameter.
//
// Note that this is the Swarming Run ID, not Task ID. The Run ID is the
// combination of the Task ID with the try number.
SwarmingRunID string
}
Params contains supported Swarming task string substitution parameters.
A template string can be resolved by passing it to a Params instance's Resolve method.
Source Files
¶
- template.go
Click to show internal directories.
Click to hide internal directories.