Files
decort-golang-sdk/pkg/cloudapi/locatons.go
2023-03-17 12:54:34 +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)
}