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