Refactoring
This commit is contained in:
15
pkg/cloudapi/vins/vins.go
Normal file
15
pkg/cloudapi/vins/vins.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package vins
|
||||
|
||||
import (
|
||||
"github.com/rudecs/decort-sdk/interfaces"
|
||||
)
|
||||
|
||||
type Vins struct {
|
||||
client interfaces.Caller
|
||||
}
|
||||
|
||||
func New(client interfaces.Caller) *Vins {
|
||||
return &Vins{
|
||||
client,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user