Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
StorageService() (*StorageService, error)
}
type JolokiaResponse ¶
type JolokiaResponse struct {
Value *StorageService `json:"value"`
}
type StorageService ¶
type StorageService struct {
HostIdMap map[string]uuid.UUID `json:""`
LiveNodes []string `json:""`
UnreachableNodes []string `json:""`
LeavingNodes []string `json:""`
JoiningNodes []string `json:""`
MovingNodes []string `json:""`
LocalHostId uuid.UUID `json:""`
ReleaseVersion *version.Version `json:""`
}
Click to show internal directories.
Click to hide internal directories.