We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0bf6c commit aa29ebbCopy full SHA for aa29ebb
1 file changed
v1/providers/launchpad/client.go
@@ -67,3 +67,15 @@ func (c *LaunchpadClient) makeAuthContext(ctx context.Context) context.Context {
67
})
68
return authCtx
69
}
70
+
71
+func (c *LaunchpadClient) GetAPIType() v1.APIType {
72
+ return v1.APITypeGlobal
73
+}
74
75
+func (c *LaunchpadClient) GetCloudProviderID() v1.CloudProviderID {
76
+ return CloudProviderID
77
78
79
+func (c *LaunchpadClient) GetReferenceID() string {
80
+ return c.refID
81
0 commit comments