# Functions
Fuzz sends fuzzed data into the GetConfig function
The input data is considered:
- uninteresting if is caught by an existing error
- interesting if it does not result in an error, input priority increases for subsequent fuzzing
- discard if it will not unmarshall, so we don't just end up testing the json.Unmarshall function
*/.