mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-16 07:46:35 +08:00
阶段性提交
This commit is contained in:
7
internal/db/models/node_install_status_step.go
Normal file
7
internal/db/models/node_install_status_step.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type NodeInstallStatusStep struct {
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Percent int `json:"percent"`
|
||||
}
|
||||
Reference in New Issue
Block a user