iris/plugin/iriscontrol/index.go

12 lines
204 B
Go
Raw Normal View History

2016-05-30 16:08:09 +02:00
package iriscontrol
// NOT READY YET
// PluginInfo holds the Name and the description of the registed plugins
type PluginInfo struct {
Name string
Description string
}
//func getPluginlist...