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