Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_TIMEOUT = 10 ConnectionTimeout = "server.http.client.timeout" RetryOnConnectionFailure = "server.http.retry.onConnectionFailure" RetryEnabled = "server.http.retry.enabled" RetryOnAllOperations = "server.http.retry.allOperations" MaxRetriesOnNextServiceInstance = "server.http.retry.maxRetriesOnNextServiceInstance" RetryableStatusCodes = "server.http.retry.retryableStatusCodes" ProtocolHttp = "http://" ProtocolHttps = "https://" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerPool ¶
func GetInstance ¶
func GetInstance() *ServerPool
func (*ServerPool) GetService ¶ added in v0.5.20
func (s *ServerPool) GetService(name string) *service
Click to show internal directories.
Click to hide internal directories.