package
0.0.0-20241001110308-5a10fda4ffb7
Repository: https://github.com/arduino/arduino-cloud-cli.git
Documentation: pkg.go.dev

# Functions

FromDashboard extracts a template of type map[string]interface{} from a dashboard.
FromThing extracts a template of type map[string]interface{} from a thing.
LoadDashboard loads a dashboard from a dashboard template file.
LoadThing loads a thing from a thing template file.
ToFile takes a generic template and saves it into a file, in the specified format (yaml or json).

# Interfaces

ThingFetcher wraps the method to fetch a thing given its id.