mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
13 lines
167 B
Go
13 lines
167 B
Go
package plugin_model
|
|
|
|
type Define struct {
|
|
Extend string
|
|
Name string
|
|
Cname string
|
|
Desc string
|
|
Kind Kind
|
|
Status Status
|
|
Config ConfigType
|
|
Render Render
|
|
}
|