| 346 | } |
| 347 | |
| 348 | type taskRequest struct { |
| 349 | } |
| 350 | |
| 351 | func (this *taskRequest) MetricKey(key string) string { |
| 352 | return configutils.ParseVariables(key, func(varName string) (value string) { |
nothing calls this directly
no outgoing calls
no test coverage detected