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