2025-09-23 14:34:24 +03:00
|
|
|
package cloudapi
|
|
|
|
|
|
|
|
|
|
import (
|
2026-08-21 18:12:55 +04:00
|
|
|
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v16/pkg/cloudapi/audit"
|
2025-09-23 14:34:24 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// Accessing the Stack method group
|
|
|
|
|
func (ca *CloudAPI) Audit() *audit.Audit {
|
|
|
|
|
return audit.New(ca.client)
|
|
|
|
|
}
|