Skip to content

Commit 00dc243

Browse files
author
Joshua Reed
committed
Fixed interface names
1 parent 76eb84b commit 00dc243

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pkg/cloud/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ type Client interface {
3030
ClusterIface
3131
VMIface
3232
NetworkIface
33-
AffinityGroupIFace
34-
TagIFace
33+
AffinityGroupIface
34+
TagIface
3535
}
3636

3737
type client struct {

pkg/cloud/tags.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ limitations under the License.
1717
package cloud
1818

1919
import (
20-
infrav1 "github.com/aws/cluster-api-provider-cloudstack/api/v1beta1"
2120
"strings"
21+
22+
infrav1 "github.com/aws/cluster-api-provider-cloudstack/api/v1beta1"
2223
)
2324

2425
type TagIface interface {

0 commit comments

Comments
 (0)