package btcjson var ( // TstHighestUsageFlagBit makes the internal highestUsageFlagBit parameter available to the test package. TstHighestUsageFlagBit = highestUsageFlagBit // TstNumErrorCodes makes the internal numErrorCodes parameter available to the test package. TstNumErrorCodes = numErrorCodes // TstAssignField makes the internal assignField function available to the test package. TstAssignField = assignField // TstFieldUsage makes the internal fieldUsage function available to the test package. TstFieldUsage = fieldUsage // TstReflectTypeToJSONType makes the internal reflectTypeToJSONType function available to the test package. TstReflectTypeToJSONType = reflectTypeToJSONType // TstResultStructHelp makes the internal resultStructHelp function available to the test package. TstResultStructHelp = resultStructHelp // TstReflectTypeToJSONExample makes the internal reflectTypeToJSONExample function available to the test package. TstReflectTypeToJSONExample = reflectTypeToJSONExample // TstResultTypeHelp makes the internal resultTypeHelp function available to the test package. TstResultTypeHelp = resultTypeHelp // TstArgHelp makes the internal argHelp function available to the test package. TstArgHelp = argHelp // TestMethodHelp makes the internal methodHelp function available to the test package. TestMethodHelp = methodHelp // TstIsValidResultType makes the internal isValidResultType function available to the test package. TstIsValidResultType = isValidResultType )