v9.0.0
This commit is contained in:
7
pkg/cloudbroker/user.go
Normal file
7
pkg/cloudbroker/user.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package cloudbroker
|
||||
|
||||
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v9/pkg/cloudbroker/user"
|
||||
|
||||
func (cb *CloudBroker) User() *user.User {
|
||||
return user.New(cb.client)
|
||||
}
|
||||
Reference in New Issue
Block a user