Merge 'dev' into 'main'
This commit is contained in:
13
pkg/cloudbroker/cloudbroker.go
Normal file
13
pkg/cloudbroker/cloudbroker.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package cloudbroker
|
||||
|
||||
import "github.com/rudecs/decort-sdk/interfaces"
|
||||
|
||||
type CloudBroker struct {
|
||||
client interfaces.Caller
|
||||
}
|
||||
|
||||
func New(client interfaces.Caller) *CloudBroker {
|
||||
return &CloudBroker{
|
||||
client: client,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user