|
|
@ -187,8 +187,8 @@ type fakeRGTAClient struct { |
|
|
|
tagMapping []*resourcegroupstaggingapi.ResourceTagMapping |
|
|
|
tagMapping []*resourcegroupstaggingapi.ResourceTagMapping |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func (c fakeRGTAClient) GetResourcesPages(in *resourcegroupstaggingapi.GetResourcesInput, |
|
|
|
func (c fakeRGTAClient) GetResourcesPagesWithContext(ctx context.Context, in *resourcegroupstaggingapi.GetResourcesInput, |
|
|
|
fn func(*resourcegroupstaggingapi.GetResourcesOutput, bool) bool) error { |
|
|
|
fn func(*resourcegroupstaggingapi.GetResourcesOutput, bool) bool, opts ...request.Option) error { |
|
|
|
fn(&resourcegroupstaggingapi.GetResourcesOutput{ |
|
|
|
fn(&resourcegroupstaggingapi.GetResourcesOutput{ |
|
|
|
ResourceTagMappingList: c.tagMapping, |
|
|
|
ResourceTagMappingList: c.tagMapping, |
|
|
|
}, true) |
|
|
|
}, true) |
|
|
|