jolokiago

package module
v0.0.0-...-955e4e8 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2018 License: MIT Imports: 6 Imported by: 0

README

Build Status codecov Codacy Badge GoDoc

JolokiaGo

A golang client library for Jolokia with SSE support (Jolokia 2.0).

Currently developed in a bachelors project at the University of Applied Sciences Trier

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client holds fields needed to communicate with a Jolokia agent

func (*Client) MakeGETRequest

func (jc *Client) MakeGETRequest(request messages.GETRequest) (resp messages.ResponseRoot, err error)

MakeGETRequest makes an GET request to the Jolokia agent using the http.Client given to the client struct

func (*Client) MakePOSTRequest

func (jc *Client) MakePOSTRequest(request messages.POSTRequest) (resp messages.ResponseRoot, err error)

MakePOSTRequest makes an POST request to the Jolokia agent using the http.Client given to the client struct

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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