v9.0.0
This commit is contained in:
15
pkg/cloudbroker/user/user.go
Normal file
15
pkg/cloudbroker/user/user.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package user
|
||||
|
||||
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v9/interfaces"
|
||||
|
||||
// Structure for creating request to User
|
||||
type User struct {
|
||||
client interfaces.Caller
|
||||
}
|
||||
|
||||
// Builder for User endpoints
|
||||
func New(client interfaces.Caller) *User {
|
||||
return &User{
|
||||
client: client,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user