Merge 'dev' into 'main'
This commit is contained in:
7
pkg/cloudbroker/lb.go
Normal file
7
pkg/cloudbroker/lb.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package cloudbroker
|
||||
|
||||
import "github.com/rudecs/decort-sdk/pkg/cloudapi/lb"
|
||||
|
||||
func (cb *CloudBroker) LB() *lb.LB {
|
||||
return lb.New(cb.client)
|
||||
}
|
||||
Reference in New Issue
Block a user