qinglong-go/service/system/system.go

10 lines
256 B
Go
Raw Permalink Normal View History

2022-11-16 10:20:07 +00:00
package system
type System struct {
IsInitialized bool `json:"isInitialized"`
Version string `json:"version"`
LastCommitTime string `json:"lastCommitTime"`
LastCommitId string `json:"lastCommitId"`
Branch string `json:"branch"`
}