This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAPI/internal/db/models/node_install_status_step.go
T
2020-09-13 20:37:28 +08:00

8 lines
166 B
Go

package models
type NodeInstallStatusStep struct {
Name string `json:"name"`
Description string `json:"description"`
Percent int `json:"percent"`
}