# Functions
NewClient returns a new instance of hystrix Client.
WithCommandName sets the hystrix command name.
WithErrorPercentThreshold sets hystrix error percent threshold.
WithFallbackFunc sets the fallback function.
WithHTTPClient sets a custom http client for hystrix client.
WithHTTPTimeout sets hystrix timeout.
WithHystrixTimeout sets hystrix timeout.
WithMaxConcurrentRequests sets hystrix max concurrent requests.
WithRequestVolumeThreshold sets hystrix request volume threshold.
WithRetrier sets the strategy for retrying.
WithRetryCount sets the retry count for the Client.
WithSleepWindow sets hystrix sleep window.
# Type aliases
Option represents the hystrix client options.