mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 18:27:13 +08:00
refactor: 重构types包
This commit is contained in:
8
pkg/types/php.go
Normal file
8
pkg/types/php.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package types
|
||||
|
||||
type PHPExtension struct {
|
||||
Name string `json:"name"`
|
||||
Slug string `json:"slug"`
|
||||
Description string `json:"description"`
|
||||
Installed bool `json:"installed"`
|
||||
}
|
||||
Reference in New Issue
Block a user