Documentation ¶
Overview ¶
Package provisioning provides a registry and implementations of vendor-specific device provisioners.
Index ¶
Constants ¶
View Source
const Microchip = "microchip"
Microchip is the provisioning ID for Microchip devices.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(id string, p Provisioner)
Register registers the given provisioner. Existing registrations with the same ID will be overwritten. This function is not goroutine-safe.
Types ¶
Click to show internal directories.
Click to hide internal directories.