1
0
mirror of https://github.com/gluster/glusterd2.git synced 2026-02-06 06:45:35 +01:00
Files
Vishal Pandey 933aa93c8f split brain operations API and CLI
Signed-off-by: Vishal Pandey <vpandey@redhat.com>
2018-11-23 19:46:46 +05:30

9 lines
248 B
Go

package api
// SplitBrainReq represents details needed to resolve split brain
type SplitBrainReq struct {
FileName string `json:"filename,omitempty"`
HostName string `json:"hostname,omitempty"`
BrickName string `json:"brickname,omitempty"`
}