# Functions
ImportStateContextUppercaseWrapper changes the ID of the resource to upper case before passing it to wrappedFunction
This wrapper is useful when resource ID is MikroTik's .id.
ImportUppercaseWrapper is ImportStateContextUppercaseWrapper equivalent for PluginFramework.
MikrotikStructToTerraformModel is a wrapper for copyStruct() to ensure proper src/dest typing.
ParseBool is wrapper around strconv.ParseBool to save few lines of code.
TerraformModelToMikrotikStruct is a wrapper for copyStruct() to ensure proper src/dest typing.