Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendRequests ¶
func SendRequests(input <-chan Request, workers int) <-chan RequestResponse
SendRequests takes requests from the input channel, sends them to the corresponding endpoint, and puts the result in the output channel.
Types ¶
type Request ¶
type RequestResponse ¶
Click to show internal directories.
Click to hide internal directories.