mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 05:49:02 +08:00
8 lines
174 B
Go
8 lines
174 B
Go
package response
|
|
|
|
type ComponentInfo struct {
|
|
Exists bool `json:"exists"`
|
|
Version string `json:"version"`
|
|
Path string `json:"path"`
|
|
Error string `json:"error"`
|
|
}
|