Files
dynamix-golang-sdk/pkg/cloudbroker/zone.go

11 lines
218 B
Go
Raw Normal View History

2026-06-19 17:42:24 +03:00
package cloudbroker
import (
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v15/pkg/cloudbroker/zone"
)
// Accessing the Zone method group
func (ca *CloudBroker) Zone() *zone.Zone {
return zone.New(ca.client)
}