# Structs
Index is the go representation of a typical package-index file, stripped from every non-used field.
System is the go representation of the info needed to download a tool for a specific OS/Arch.
Tool is the go representation of the info about a tool contained in a package-index file, stripped from every non-used field.
Tools is a client that implements github.com/arduino/arduino-create-agent/gen/tools.Service interface.