v1.0.0
This commit is contained in:
@@ -2,6 +2,7 @@ package cloudapi
|
||||
|
||||
import "github.com/rudecs/decort-sdk/pkg/cloudapi/lb"
|
||||
|
||||
func (ca *CloudApi) LB() *lb.LB {
|
||||
// Accessing the LB method group
|
||||
func (ca *CloudAPI) LB() *lb.LB {
|
||||
return lb.New(ca.client)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user