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