()
| 55 | } |
| 56 | |
| 57 | func (smartVersion *SmartVersion) ConvertToJson() string { |
| 58 | |
| 59 | systemInfo := getOsInformation() |
| 60 | |
| 61 | json := fmt.Sprintf(i18nInstance.Version.Info_template, |
| 62 | smartVersion.VersionNumber, systemInfo, smartVersion.BuildNumber, |
| 63 | common.LocalTimeStr(smartVersion.BuildTime), smartVersion.TargetCommitish, smartVersion.Company) |
| 64 | return json |
| 65 | } |
| 66 | |
| 67 | func init() { |
| 68 |
no test coverage detected