Documentation
¶
Overview ¶
Package version exposes build-time version information for tfproviderdocs.
Deprecated: tfproviderdocs is no longer maintained. All functionality has been superseded by github.com/YakDriver/swissshepherd. Please migrate: https://github.com/YakDriver/swissshepherd
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // The git commit that was compiled. This will be filled in by the compiler. GitCommit string GitDescribe string // The main version number that is being run at the moment. Version = "0.26.0" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc. VersionPrerelease = "dev" // VersionMetadata is metadata further describing the build type. VersionMetadata = "" )
Functions ¶
This section is empty.
Types ¶
type VersionInfo ¶
type VersionInfo struct {
Revision string
Version string
VersionPrerelease string
VersionMetadata string
}
VersionInfo
func GetVersion ¶
func GetVersion() *VersionInfo
func (*VersionInfo) FullVersionNumber ¶
func (c *VersionInfo) FullVersionNumber(rev bool) string
func (*VersionInfo) VersionNumber ¶
func (c *VersionInfo) VersionNumber() string
Click to show internal directories.
Click to hide internal directories.