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