package
Version:
v0.0.0-...-8f0e436
Opens a new window with list of versions in this module.
Published: Dec 2, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Balancer interface {
Add(interface{})
Weight(interface{}, int)
Remove(interface{})
Class() Class
Acquire() (interface{}, error)
}
Balancer 负载均衡器
Class 负载均衡分类
const (
Round Class = iota
Random
Hash
Smooth
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.