File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package main
22
3- //go:generate mockgen -package mocks -destination resource/mocks/autoscaling.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.1 /service/autoscaling/autoscalingiface/interface.go
4- //go:generate mockgen -package mocks -destination resource/mocks/ec2.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.1 /service/ec2/ec2iface/interface.go
5- //go:generate mockgen -package mocks -destination resource/mocks/sts.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.1 /service/sts/stsiface/interface.go
6- //go:generate mockgen -package mocks -destination resource/mocks/rds.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.1 /service/rds/rdsiface/interface.go
3+ //go:generate mockgen -package mocks -destination resource/mocks/autoscaling.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.8 /service/autoscaling/autoscalingiface/interface.go
4+ //go:generate mockgen -package mocks -destination resource/mocks/ec2.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.8 /service/ec2/ec2iface/interface.go
5+ //go:generate mockgen -package mocks -destination resource/mocks/sts.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.8 /service/sts/stsiface/interface.go
6+ //go:generate mockgen -package mocks -destination resource/mocks/rds.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.8 /service/rds/rdsiface/interface.go
77
88import (
99 "os"
You can’t perform that action at this time.
0 commit comments