Documentation
¶
Overview ¶
Copyright 2025 The Hulo Authors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Copyright 2025 The Hulo Authors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitVersion ¶ added in v0.2.0
type GitVersion struct {
AssemblySemFileVer string `json:"AssemblySemFileVer"`
AssemblySemVer string `json:"AssemblySemVer"`
BranchName string `json:"BranchName"`
BuildMetaData any `json:"BuildMetaData"`
CommitDate string `json:"CommitDate"`
CommitsSinceVersionSource int `json:"CommitsSinceVersionSource"`
EscapedBranchName string `json:"EscapedBranchName"`
FullBuildMetaData string `json:"FullBuildMetaData"`
FullSemVer string `json:"FullSemVer"`
InformationalVersion string `json:"InformationalVersion"`
Major int `json:"Major"`
MajorMinorPatch string `json:"MajorMinorPatch"`
Minor int `json:"Minor"`
Patch int `json:"Patch"`
PreReleaseLabel string `json:"PreReleaseLabel"`
PreReleaseLabelWithDash string `json:"PreReleaseLabelWithDash"`
PreReleaseNumber int `json:"PreReleaseNumber"`
PreReleaseTag string `json:"PreReleaseTag"`
PreReleaseTagWithDash string `json:"PreReleaseTagWithDash"`
SemVer string `json:"SemVer"`
Sha string `json:"Sha"`
ShortSha string `json:"ShortSha"`
UncommittedChanges int `json:"UncommittedChanges"`
VersionSourceSha string `json:"VersionSourceSha"`
WeightedPreReleaseNumber int `json:"WeightedPreReleaseNumber"`
}
Click to show internal directories.
Click to hide internal directories.