iris/plugin/iriscontrol/index.go
2016-05-30 17:08:09 +03:00

12 lines
204 B
Go

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...