Files
decort-golang-sdk/pkg/cloudbroker/lb.go
2023-03-17 12:54:34 +03:00

9 lines
196 B
Go

package cloudbroker
import "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudbroker/lb"
// Accessing the LB method group
func (cb *CloudBroker) LB() *lb.LB {
return lb.New(cb.client)
}