Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartRequestWorkers ¶
func StartRequestWorkers( requestsWithContext <-chan parser.RequestWithContext, responsesWithContext chan<- *responses.ResponseWithContext, rateLimitTicker *time.Ticker, context *execcontext.Context, ) *sync.WaitGroup
Types ¶
type HttpClient ¶
type HttpClient struct {
MaxRetries int64
Client *http.Client
Logger *logger.LeveledLogger
}
func NewHttpClient ¶
func NewHttpClient(context *execcontext.Context) *HttpClient
Click to show internal directories.
Click to hide internal directories.