package
0.0.0-20250302114958-bfab101eddb1
Repository: https://github.com/arduino/arduino-create-agent.git
Documentation: pkg.go.dev

# Functions

FindTool searches the index for the correct tool and system that match the specified tool name and version.
New will return a Tool object, allowing the caller to execute operations on it.

# Variables

public vars to allow override in the tests.
public vars to allow override in the tests.

# 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.