Documentation
¶
Overview ¶
Package version provides version information about HarmonyLite.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
Version string `json:"version"` // Semantic version (e.g., v1.2.3)
GitCommit string `json:"git_commit"` // Git commit hash
GitTag string `json:"git_tag"` // Git tag if available
BuildDate string `json:"build_date"` // Build timestamp
GoVersion string `json:"go_version"` // Go version used for building
Platform string `json:"platform"` // OS/Arch combination
}
Info contains version information
func (Info) ShortString ¶
ShortString returns a short string representation of version info
Click to show internal directories.
Click to hide internal directories.