mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-06 06:45:35 +01:00
9 lines
248 B
Go
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"`
|
|
}
|