# Functions
getLatestMinIOImage returns the latest docker image for MinIO if found on the internet.
PossibleParityValues returns possible parities for input args, parties are calculated in uniform manner for one pool or multiple pools, ensuring that parities returned are common and applicable across all pools.
# Variables
No description provided by the author
# Structs
HTTPClient Interface implementation
Define the structure of a http client and define the functions that are actually used.
# Interfaces
HTTPClientI interface with all functions to be implemented by mock when testing, it should include all HttpClient respective api calls that are used within this project.