iris/plugin/iriscontrol/index.go

8 lines
143 B
Go
Raw Normal View History

2016-05-30 16:08:09 +02:00
package iriscontrol
// PluginInfo the name and the description of a plugin
2016-05-30 16:08:09 +02:00
type PluginInfo struct {
Name string
Description string
}