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