package
0.0.0-20240903202602-66ff1bab00bd
Repository: https://github.com/arduino/arduino-fwuploader.git
Documentation: pkg.go.dev

# Functions

LoadIndex reads a module_firmware_index.json from a file and returns the corresponding Index structure.
LoadIndexNoSign reads a module_firmware_index.json from a file and returns the corresponding Index structure.

# Structs

Index represents Boards struct as seen from module_firmware_index.json file.
IndexBoard represents a single entry from module_firmware_index.json file.
IndexFirmware represents a single Firmware version from module_firmware_index.json file.
IndexSketch represents a sketch used to manage firmware on a board.
IndexUploaderCommand represents the command-line to use for different OS.