# Functions
InitTestingMinio will fork a minio server that can he used for staging and test in a manner that also wraps an error reporting channel and a means of stopping it
.
No description provided by the author
TmpDirFile creates a temporary file of a given size and passes back the directory it was generated in along with its name.
# Structs
MinioCfgJson stores configuration information to be written to a disk based configuration file prior to starting a test minio instance
.
MinioTestServer encapsulates all of the data needed to run a test minio server instance
.