Home
last modified time | relevance | path

Searched refs:cloudWatchFakeClient (Results 1 – 1 of 1) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/cloudwatch/
H A Dget_metric_data_executor_test.go17 type cloudWatchFakeClient struct { struct
21 func (client *cloudWatchFakeClient) GetMetricDataWithContext(ctx aws.Context, input *cloudwatch.Get… argument
42 res, err := executor.executeRequest(context.Background(), &cloudWatchFakeClient{}, inputs)