v1.0.0
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package cloudbroker
|
||||
|
||||
import (
|
||||
"github.com/rudecs/decort-sdk/pkg/cloudapi/tasks"
|
||||
"github.com/rudecs/decort-sdk/pkg/cloudbroker/tasks"
|
||||
)
|
||||
|
||||
// Accessing the tasks method group
|
||||
func (cb *CloudBroker) Tasks() *tasks.Tasks {
|
||||
return tasks.New(cb.client)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user