# Functions
EnsureRunning starts a MinIO process for the bucket (if not already running) and returns running Process.
Get returns an existing MinIO process if it exists.
StopAll stops all MinIO processes cleanly.
# Structs
AddServiceAccountResp is the response body of the add service account call.
AdminClient represents minio client.
InfoServiceAccountResp is the response body of the info service account call.
Process represents a running minio process.