mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
9 lines
198 B
Go
9 lines
198 B
Go
package dto
|
|
|
|
import "github.com/APIParkLab/APIPark/model/plugin_model"
|
|
|
|
type PluginSetting struct {
|
|
Status plugin_model.Status `json:"status"`
|
|
Config plugin_model.ConfigType `json:"config"`
|
|
}
|