Documentation ¶
Index ¶
- func GeneratePlatformKeys(dict *templates.TemplateVarDictionary, deviceid string, accountid string, ...) (outkey string, outcert string, err error)
- func ReadWithPlatformReader(dict *templates.TemplateVarDictionary, path string, ...) (err error)
- func SetPlatformReaderOpts(platformOpts map[string]interface{}, path string, ...) (err error)
- func WritePlatformKeys(dict *templates.TemplateVarDictionary, key string, cert string, path string, ...) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratePlatformKeys ¶
func GeneratePlatformKeys(dict *templates.TemplateVarDictionary, deviceid string, accountid string, path string, opts *maestroSpecs.PluginOpts, logger maestroSpecs.Logger) (outkey string, outcert string, err error)
GeneratePlatformKeys calls the plugin's GeneratePlatformDeviceKeyNCert() function
func ReadWithPlatformReader ¶
func ReadWithPlatformReader(dict *templates.TemplateVarDictionary, path string, opts *maestroSpecs.PluginOpts, logger maestroSpecs.Logger) (err error)
ReadWithPlatformReader calls the plugin's GetPlatformVars() function
func SetPlatformReaderOpts ¶
func SetPlatformReaderOpts(platformOpts map[string]interface{}, path string, opts *maestroSpecs.PluginOpts, logger maestroSpecs.Logger) (err error)
ReadWithPlatformReader calls the plugin's GetPlatformVars() function
func WritePlatformKeys ¶
func WritePlatformKeys(dict *templates.TemplateVarDictionary, key string, cert string, path string, opts *maestroSpecs.PluginOpts, logger maestroSpecs.Logger) (err error)
WritePlatformKeys calls the plugin's GeneratePlatformDeviceKeyNCert() function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.