driftctl/test/aws/apigateway.go

10 lines
154 B
Go
Raw Normal View History

2021-09-14 14:54:22 +00:00
package aws
import (
"github.com/aws/aws-sdk-go/service/apigateway/apigatewayiface"
)
type FakeApiGateway interface {
apigatewayiface.APIGatewayAPI
}