Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AppName is the name of the application. AppName = "tssc" // OrgName is the name of the organization. OrgName = "redhat-appstudio" // Domain organization domain. Domain = "github.com" )
Variables ¶
View Source
var CommitID = ""
CommitID is the commit ID of the application, set at build time via git commit hash.
View Source
var ( // RepoURI is the reverse repository URI for the application. RepoURI = fmt.Sprintf("%s.%s.%s", AppName, OrgName, Domain) )
View Source
var Version = "v0.0.0-SNAPSHOT"
Version is the application version, set at build time via ldflags.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.