Merge 'dev' into 'main'

This commit is contained in:
stSolo
2022-10-03 16:56:47 +03:00
parent 6271fa6d45
commit 5fd450382c
400 changed files with 14394 additions and 13407 deletions

9
pkg/cloudapi/account.go Normal file
View File

@@ -0,0 +1,9 @@
package cloudapi
import (
"github.com/rudecs/decort-sdk/pkg/cloudapi/account"
)
func (ca *CloudApi) Account() *account.Account {
return account.New(ca.client)
}