Versions in this module Expand all Collapse all v0 v0.7.1 Aug 16, 2018 Changes in this version + type PluginItem struct + Name string + Plugin BootstrapPlugin v0.5.1 May 31, 2018 Changes in this version + func Bootstrap() + func InstallPlugin(name string, plugin BootstrapPlugin) + type BootstrapFunc func() error + func (b BootstrapFunc) Init() error + type BootstrapPlugin interface + Init func() error