client

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2018 License: Apache-2.0 Imports: 7 Imported by: 4

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)
}

func New

func New(baseURL *url.URL, c *http.Client) Interface

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:""`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL