# Functions
AreStringSliceElementsEqual check the same elements are in both slices but they can be in different order.
AreStringSlicesEqual check equality between two slices.
ChunkSlice chunk a slice in smaller chunks of size chunkSize.
No description provided by the author
IsStringInSlice check if string is in string slice.
NewBytesBuffer create a bytes buffer.
NewHTTPClient create an http client.
NewRecurrentTask create a recurrent task.
No description provided by the author
No description provided by the author
NewWorkerPool instantiate a new worker pool.
# Variables
No description provided by the author
ErrTaskAborted error thrown when a taks is aborted.
XAuthTokenHeader is the name of the header supposed to contain the auth token.
# Structs
BytesBuffer represent bytes buffer as ReadCloser.
HTTPClient is an http client perofrming caching.
RecurrentTask represent a recurrent task.
No description provided by the author
No description provided by the author
Task is a representation of a task.
WorkerPool a pool of workers able to perform multiple tasks in parallel.