1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00
Files
kararas_iris/plugin/iriscontrol/index.go

8 lines
143 B
Go

package iriscontrol
// PluginInfo the name and the description of a plugin
type PluginInfo struct {
Name string
Description string
}