package config | |
const ( | |
// Title represents the name of this tool. | |
Title string = "Koral-Mapper" | |
// Description represents a short description of this tool. | |
Description string = "A KoralPipe web service for transforming JSON objects using mapping rules." | |
) | |
// Version represents the SemVer of the server. | |
var Version = "[unset]" | |
// Buildtime represents the timestamp of the build. | |
var Buildtime = "[unset]" | |
// Buildhash represents a unique hash of the build. | |
var Buildhash = "[unset]" |