Skip to content

Commit aa29ebb

Browse files
committed
implement client funcs
1 parent fe0bf6c commit aa29ebb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

v1/providers/launchpad/client.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,15 @@ func (c *LaunchpadClient) makeAuthContext(ctx context.Context) context.Context {
6767
})
6868
return authCtx
6969
}
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

Comments
 (0)