Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { Hostname string Config *discover.PluginConfig // contains filtered or unexported fields }
Builder used to create host metadata
func New ¶
func New(hostname string, config *discover.PluginConfig, md5Checker IdentityChecker) *Builder
New used to create new instance of host
type IdentityChecker ¶
IdentityChecker used to check identity for security purpose By default, we will use md5 file checker to check plugin's md5 value
type Plugins ¶
type Plugins map[PluginName]*Registry
Plugins is a mapper a plugin and their metadata
Click to show internal directories.
Click to hide internal directories.