init
parents
Showing
with
2092 additions
and
0 deletions
cmd/bat.bat
0 → 100644
cmd/load_balance/main.go
0 → 100644
cmd/reverseProxy/one/oneAgent.go
0 → 100644
cmd/reverseProxy/realServer.go
0 → 100644
cmd/reverseProxy/two/twoAgent.go
0 → 100644
go.mod
0 → 100644
go.sum
0 → 100644
This diff is collapsed.
Click to expand it.
main.go
0 → 100644
proxy/load_balance/config.go
0 → 100644
proxy/load_balance/consistent_hash.go
0 → 100644
proxy/load_balance/consistent_hash_test.go
0 → 100644
proxy/load_balance/factory.go
0 → 100644
proxy/load_balance/interface.go
0 → 100644
proxy/load_balance/random.go
0 → 100644
proxy/load_balance/random_test.go
0 → 100644
proxy/load_balance/round_robin.go
0 → 100644
proxy/load_balance/round_robin_test.go
0 → 100644
proxy/load_balance/weight_round_robin.go
0 → 100644
registry/etcd/etcd.go
0 → 100644
registry/etcd/etcd_test.go
0 → 100644
registry/options.go
0 → 100644
registry/plugin_mgr.go
0 → 100644
registry/registry.go
0 → 100644
registry/service.go
0 → 100644
Please
register
or
sign in
to comment