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

9 lines
229 B
Go
Raw Normal View History

2022-10-03 16:56:47 +03:00
package cloudapi
2023-03-17 12:54:34 +03:00
import "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudapi/locations"
2022-10-03 16:56:47 +03:00
2022-12-22 17:56:47 +03:00
// Accessing the Locations method group
func (ca *CloudAPI) Locations() *locations.Locations {
2022-10-03 16:56:47 +03:00
return locations.New(ca.client)
}