Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2018 Changes in this version + type Interface interface + StorageService func() (*StorageService, error) + func New(baseURL *url.URL, c *http.Client) Interface + type JolokiaResponse struct + Value *StorageService + type StorageService struct + HostIdMap map[string]uuid.UUID + JoiningNodes []string + LeavingNodes []string + LiveNodes []string + LocalHostId uuid.UUID + MovingNodes []string + ReleaseVersion *version.Version + UnreachableNodes []string v0.1.0-alpha.1 Mar 27, 2018