mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-21 00:24:12 +08:00
9 lines
174 B
Go
9 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"`
|
|
}
|