mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
12 lines
204 B
Go
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...
|