Files

11 lines
224 B
Go
Raw Permalink Normal View History

2025-09-23 14:34:24 +03:00
package cloudbroker
import (
2025-09-27 01:06:15 +03:00
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/pkg/cloudbroker/audit"
2025-09-23 14:34:24 +03:00
)
// Accessing the Stack method group
func (cb *CloudBroker) Audit() *audit.Audit {
return audit.New(cb.client)
}