driftctl/test/aws/route53.go

8 lines
134 B
Go
Raw Normal View History

2021-05-04 16:37:45 +00:00
package aws
import "github.com/aws/aws-sdk-go/service/route53/route53iface"
type FakeRoute53 interface {
route53iface.Route53API
}