influxdb

package module
v0.0.0-...-9690a4c Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: MIT Imports: 4 Imported by: 0

README

influxdb-api

A simple influxdb client api

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfClient

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

func NewClient

func NewClient(url, database, measurement, username, password string) (db *InfClient, err error)

func (*InfClient) Push

func (db *InfClient) Push(measurement string, tags map[string]string, fields map[string]interface{}) (err error)

func (*InfClient) Writer

func (db *InfClient) Writer() (err error)

Jump to

Keyboard shortcuts

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