Versions in this module Expand all Collapse all v0 v0.14.0 May 20, 2020 v0.13.0 May 7, 2020 Changes in this version + type Collection struct + CA string + Cert string + Host string + Key string + type Node struct + BoolParameters map[string]bool + Collection Collection + Data map[string]interface{} + ID string + PluginName string + StrParameters map[string]string + Version string + func Load(nodeFile string) (Node, error) + func New(nodeFile string) Node + func (c Node) NamePrefix() string + func (c Node) NodeDirectory() string + func (c Node) NodeFile() string + func (c Node) Remove() error + func (c Node) Save() error