mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
refactor: 重构types包
This commit is contained in:
14
pkg/types/plugin.go
Normal file
14
pkg/types/plugin.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package types
|
||||
|
||||
// Plugin 插件元数据结构
|
||||
type Plugin struct {
|
||||
Name string
|
||||
Description string
|
||||
Slug string
|
||||
Version string
|
||||
Requires []string
|
||||
Excludes []string
|
||||
Install string
|
||||
Uninstall string
|
||||
Update string
|
||||
}
|
||||
Reference in New Issue
Block a user