version

package
v0.0.0-...-75ce038 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BuildTime = "MISSING BUILD TIME"

BuildTime is the time the application was built

View Source
var GitCommit = "MISSING GIT COMMIT"

GitCommit is the git commit hash of the application

View Source
var Version = "v0.0.0"

Version is the version of the application

View Source
var VersionResponse = info{
	Version:   Version,
	GitCommit: GitCommit,
	BuildTime: BuildTime,
}

VersionResponse holds the version information

Functions

func GetVersion

func GetVersion(w http.ResponseWriter, r *http.Request)

GetVersion returns the application version information

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL