Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RELEASE returns the release version RELEASE = "UNKNOWN" // REPO returns the git repository URL REPO = "UNKNOWN" // COMMIT returns the short sha from git COMMIT = "UNKNOWN" // API return the API version API = "v1" // Short return the short version Short = fmt.Sprintf("Easegress %s", RELEASE) // Long return the long version Long = fmt.Sprintf("Easegress release: %s, repo: %s, commit: %s", RELEASE, REPO, COMMIT) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.