mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
8 lines
143 B
Go
8 lines
143 B
Go
package iriscontrol
|
|
|
|
// PluginInfo the name and the description of a plugin
|
|
type PluginInfo struct {
|
|
Name string
|
|
Description string
|
|
}
|