Merge 'dev' into 'main'
This commit is contained in:
@@ -1,15 +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,
|
||||
}
|
||||
}
|
||||
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