v0.1.26: версия в /health, admin health и UI; ldflags VERSION; Makefile build фикс
This commit is contained in:
@@ -4,6 +4,10 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Version — версия сервиса. Переопределяется при сборке:
|
||||
// -ldflags "-X shared-sqs/app/models.Version=<версия>"
|
||||
var Version = "dev"
|
||||
|
||||
var BaseXmlns = "http://queue.amazonaws.com/doc/2012-11-05/"
|
||||
var BaseResponseMetadata = ResponseMetadata{RequestId: "00000000-0000-0000-0000-000000000000"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user