This commit is contained in:
asteam
2025-12-08 16:30:08 +03:00
parent 06992b8949
commit 3eaf0df772
1225 changed files with 1690 additions and 2333 deletions

View File

@@ -1,10 +1,10 @@
package cloudbroker
import (
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/pkg/cloudbroker/audit"
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v13/pkg/cloudbroker/audit"
)
// Accessing the Stack method group
// Accessing the Audit method group
func (cb *CloudBroker) Audit() *audit.Audit {
return audit.New(cb.client)
}