1
0
mirror of https://github.com/gluster/glusterd2.git synced 2026-02-05 21:45:43 +01:00
Files
glusterd2/pkg/api/version.go
2017-11-14 21:05:25 +05:30

8 lines
206 B
Go

package api
// VersionResp is the response for request sent to /version endpoint.
type VersionResp struct {
GlusterdVersion string `json:"glusterd-version"`
APIVersion int `json:"api-version"`
}