v9.0.0
This commit is contained in:
10
pkg/cloudbroker/image.go
Normal file
10
pkg/cloudbroker/image.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package cloudbroker
|
||||
|
||||
import (
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v9/pkg/cloudbroker/image"
|
||||
)
|
||||
|
||||
// Accessing the Image method group
|
||||
func (cb *CloudBroker) Image() *image.Image {
|
||||
return image.New(cb.client)
|
||||
}
|
||||
Reference in New Issue
Block a user