1Panel/agent/app/dto/response/system.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"`
}