Files
decort-golang-sdk/pkg/cloudapi/locatons.go
2026-06-19 17:37:20 +03:00

9 lines
229 B
Go

package cloudapi
import "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudapi/locations"
// Accessing the Locations method group
func (ca *CloudAPI) Locations() *locations.Locations {
return locations.New(ca.client)
}