mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-05 21:45:43 +01:00
8 lines
206 B
Go
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"`
|
|
}
|