Skip to content

Commit 55961f8

Browse files
committed
Replace TagIFace with TagIface to keep the naming convention
1 parent 7943b9a commit 55961f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cloud/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type Client interface {
3737
ResolveLoadBalancerRuleDetails(*infrav1.CloudStackCluster) error
3838
GetOrCreateLoadBalancerRule(*infrav1.CloudStackCluster) error
3939
AffinityGroupIface
40-
TagIFace
40+
TagIface
4141
}
4242

4343
type client struct {

pkg/cloud/tags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
package cloud
1818

19-
type TagIFace interface {
19+
type TagIface interface {
2020
AddNetworkTags(string, map[string]string) error
2121
GetNetworkTags(string) (map[string]string, error)
2222
DeleteNetworkTags(string, map[string]string) error

0 commit comments

Comments
 (0)