mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 08:00:55 +00: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"`
|
|
}
|