(m *Metrics)
| 258 | } |
| 259 | |
| 260 | func (b Builder) BuildMetrics(m *Metrics) Builder { |
| 261 | // nolint: revive |
| 262 | b.buildMetrics = m |
| 263 | return b |
| 264 | } |
| 265 | |
| 266 | // ErrParameterValidation is a sentinel indicating that a workspace |
| 267 | // build failed because a template-version parameter could not be |
no outgoing calls
no test coverage detected