增加启动过程标记

This commit is contained in:
刘祥超
2022-09-07 15:57:31 +08:00
parent 7cc503b698
commit 6ae9f447b6
2 changed files with 47 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
package utils
// Progress 进度表示
type Progress struct {
Name string `json:"name"`
Description string `json:"description"`
}