influxdb

package
v0.50.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InfluxDBBuildHeader   = "X-Influxdb-Build"
	InfluxDBVersionHeader = "X-Influxdb-Version"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func New

func New(uri string, httpClient *http.Client) *Client

func (*Client) Build

func (c *Client) Build() (string, error)

func (*Client) Ping

func (c *Client) Ping() (influxdbPingResponse, error)

func (*Client) Version

func (c *Client) Version() (string, error)

Jump to

Keyboard shortcuts

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