Documentation
¶
Overview ¶
Package core contains some basic constants and variables
Index ¶
Constants ¶
View Source
const PucoraHeaderName = "X-PUCORA"
PucoraHeaderName is the name of the custom Pucora response header.
Variables ¶
View Source
var GlibcVersion = "undefined"
GlibcVersion is the version of the glibc used by CGO at build time
View Source
var GoVersion = strings.TrimPrefix(runtime.Version(), "go")
GoVersion is the version of the go compiler used at build time
View Source
var PucoraHeaderValue = fmt.Sprintf("Version %s", PucoraVersion)
PucoraHeaderValue is the value of the custom Pucora response header.
View Source
var PucoraUserAgent = fmt.Sprintf("Pucora Version %s", PucoraVersion)
PucoraUserAgent is the value of the user agent header sent to the backends.
View Source
var PucoraVersion = "undefined"
PucoraVersion is the version of the build.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.