Controller Service proxies rpc calls to the corresponding servers

This commit is contained in:
Krishna Srinivas
2015-09-19 01:30:09 -07:00
parent c953b0dab3
commit e600bd6b4f
12 changed files with 263 additions and 141 deletions
+6 -5
View File
@@ -20,11 +20,12 @@ import "encoding/xml"
// APIConfig - http server config
type APIConfig struct {
Address string
TLS bool
CertFile string
KeyFile string
RateLimit int
Address string
AddressRPC string
TLS bool
CertFile string
KeyFile string
RateLimit int
}
// Limit number of objects in a given response