ipfs-cluster/api/rest
Kishan Sagathiya b6ba67804f Fix #448: rest api client: Load balancing client implementations
This adds a LoadBalancing rest client implementation which is initialized with a set of client configurations and can use two strategies: failover and roundrobin (more strategies can be added by implementing the LBStrategy interface).
2019-07-19 15:17:51 +02:00
..
client Fix #448: rest api client: Load balancing client implementations 2019-07-19 15:17:51 +02:00
test Issue #162: Add tests for rest.Config 2017-10-19 20:49:18 +02:00
config_test.go JSON Config object key should match JSON tags 2019-07-15 17:47:35 +05:30
config.go JSON Config object key should match JSON tags 2019-07-15 17:47:35 +05:30
restapi_test.go JSON Config object key should match JSON tags 2019-07-15 17:47:35 +05:30
restapi.go JSON Config object key should match JSON tags 2019-07-15 17:47:35 +05:30