Versions in this module Expand all Collapse all v0 v0.1.1 Nov 12, 2021 v0.1.0 Nov 11, 2021 Changes in this version + const DEFAULT_TIMEOUT_SECONDS_4_READY + const DEFAULT_TIMEOUT_SECONDS_4_REQUEST + type HttpBalancer struct + func NewHttpBalancer(config *ServiceConfig) (*HttpBalancer, error) + func (balancer *HttpBalancer) Do(req *fasthttp.Request, res *fasthttp.Response) error + type ServiceConfig struct + ConsulConfig *api.Config + ServiceName string + Tags []string + TimeoutSeconds4Ready uint32