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

9 lines
234 B
Go
Raw Normal View History

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