Documentation ¶
Index ¶
Constants ¶
View Source
const PluginDir = ".semrel"
Variables ¶
View Source
var ErrPluginNotFound = errors.New("no plugin was found")
Functions ¶
This section is empty.
Types ¶
type Discovery ¶ added in v2.11.0
type Discovery struct {
// contains filtered or unexported fields
}
func (*Discovery) FindPlugin ¶ added in v2.11.0
func (d *Discovery) FindPlugin(t, name string) (*plugin.PluginInfo, error)
Click to show internal directories.
Click to hide internal directories.