Documentation ¶ Index ¶ Constants type Client func New(uri string, httpClient *http.Client) *Client func (c *Client) Build() (string, error) func (c *Client) Ping() (influxdbPingResponse, error) func (c *Client) Version() (string, error) 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) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.