Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadBalance ¶
type LoadBalance struct {
// contains filtered or unexported fields
}
func GetLoadBalance ¶
func GetLoadBalance() *LoadBalance
func NewLoadBalance ¶
func NewLoadBalance() *LoadBalance
func (*LoadBalance) Check ¶
func (l *LoadBalance) Check()
func (*LoadBalance) ServiceSelect ¶
func (l *LoadBalance) ServiceSelect(remoteIp string) (*ServiceInstance, error)
Click to show internal directories.
Click to hide internal directories.