Documentation ¶
Overview ¶
Package buildinfo holds global variables set at build time to provide information about the plugin build.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Date is the date the plugin binary was built. // It should be set using: // go build --ldflags "-X 'github.com/vmware-tanzu/tanzu-plugin-runtime/plugin/buildinfo.Date=...'" Date string // SHA is the git commit SHA the plugin binary was built with. // Is should be set using: // go build --ldflags "-X 'github.com/vmware-tanzu/tanzu-plugin-runtime/plugin/buildinfo.SHA=...'" SHA string // Version is the version of the plugin built. // It should be set using: // go build --ldflags "-X 'github.com/vmware-tanzu/tanzu-plugin-runtime/plugin/buildinfo.Version=...'" Version string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.