Code Review
/
src
/
xds
/
xds-server.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fixed subversion when tag doesn't include dash.
[src/xds/xds-server.git]
/
lib
/
xsapiv1
/
version.go
1
package xsapiv1
2
3
// XDS server Version
4
type Version struct {
5
ID string `json:"id"`
6
Version string `json:"version"`
7
APIVersion string `json:"apiVersion"`
8
VersionGitTag string `json:"gitTag"`
9
}