()
| 1288 | } |
| 1289 | |
| 1290 | func (fn fetchLabelsFns) Labels() NameVariants { |
| 1291 | return parseNameVariants(fn.getter.GetLabels()) |
| 1292 | } |
| 1293 | |
| 1294 | func (fn fetchLabelsFns) FetchLabels(client *Client, ctx context.Context) ([]*LabelVariant, error) { |
| 1295 | return client.GetLabelVariants(ctx, fn.Labels()) |
no test coverage detected