v9.0.0
This commit is contained in:
8
pkg/cloudapi/bservice.go
Normal file
8
pkg/cloudapi/bservice.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cloudapi
|
||||
|
||||
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v9/pkg/cloudapi/bservice"
|
||||
|
||||
// Accessing the BService method group
|
||||
func (ca *CloudAPI) BService() *bservice.BService {
|
||||
return bservice.New(ca.client)
|
||||
}
|
||||
Reference in New Issue
Block a user