//
pkg.gl
Category
github.com/pandaychen/golang_in_action
proxy
package
0.0.0-20240823084134-7f2187b4bc00
Repository:
https://github.com/pandaychen/golang_in_action.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
393 SLOC
#
Packages
httpproxy
No description provided by the author
#
Functions
NewWeightedRR
算法实现工厂类.
StartServer
No description provided by the author
#
Constants
RR_LVS
No description provided by the author
RR_NGINX
No description provided by the author
#
Structs
Endpoint
No description provided by the author
SSHtunnel
No description provided by the author
WeightLvs
LVS算法单个节点结构.
WeightNginx
单个节点结构.
WLVS
lvs算法实现类.
WNGINX
nginx算法实现类(RoundRobin抽象结构的实例化).
#
Interfaces
RoundRobin
基于权重rr算法的接口.