service backend
This commit is contained in:
10
api/pkg/version/version.go
Normal file
10
api/pkg/version/version.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package version
|
||||
|
||||
type Info struct {
|
||||
Program string
|
||||
Version string
|
||||
Revision string
|
||||
Branch string
|
||||
BuildUser string
|
||||
BuildDate string
|
||||
}
|
||||
Reference in New Issue
Block a user