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

11 lines
209 B
Go
Raw Normal View History

2025-09-27 01:06:15 +03:00
package cloudapi
import (
2026-02-20 17:30:02 +03:00
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v14/pkg/cloudapi/zone"
2025-09-27 01:06:15 +03:00
)
// Accessing the Zone method group
func (ca *CloudAPI) Zone() *zone.Zone {
return zone.New(ca.client)
}