mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00: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
|
|
}
|