v1.0.0
This commit is contained in:
8
pkg/cloudbroker/grid.go
Normal file
8
pkg/cloudbroker/grid.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cloudbroker
|
||||
|
||||
import "github.com/rudecs/decort-sdk/pkg/cloudbroker/grid"
|
||||
|
||||
// Accessing the Grid method group
|
||||
func (cb *CloudBroker) Grid() *grid.Grid {
|
||||
return grid.New(cb.client)
|
||||
}
|
||||
Reference in New Issue
Block a user