WIP chore(aws-provider): aws tags batching functionality #1167
Annotations
6 errors
Build:
provider/aws/aws_test.go#L53
cannot use &Route53APIStub{} (value of type *Route53APIStub) as Route53API value in variable declaration: *Route53APIStub does not implement Route53API (missing method ListTagsForResources)
|
Build:
provider/aws/aws_test.go#L350
cannot use client (variable of type *Route53APIStub) as Route53API value in map literal: *Route53APIStub does not implement Route53API (missing method ListTagsForResources)
|
Build:
provider/aws/aws_test.go#L855
cannot use counter (variable of type *Route53APICounter) as Route53API value in assignment: *Route53APICounter does not implement Route53API (missing method ListTagsForResources)
|
Build:
provider/aws/aws_test.go#L2039
cannot use client (variable of type *Route53APIStub) as Route53API value in map literal: *Route53APIStub does not implement Route53API (missing method ListTagsForResources)
|
Build:
provider/aws/aws_test.go#L2079
impossible type assertion: provider.clients[defaultAWSProfile].(*Route53APIStub)
|
Build
Process completed with exit code 2.
|