gxinfluxdb

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

2018-10-23 21:46 package gxinfluxdb provides a InfluxDB driver

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfluxDBClient

type InfluxDBClient struct {
	client.Client
}

func NewInfluxDBClient

func NewInfluxDBClient(host, user, password string) (InfluxDBClient, error)

func (InfluxDBClient) Close

func (c InfluxDBClient) Close() error

func (InfluxDBClient) CreateAdmin

func (c InfluxDBClient) CreateAdmin(user, password string) error

func (InfluxDBClient) CreateDB

func (c InfluxDBClient) CreateDB(db string) error

func (InfluxDBClient) DropAdmin

func (c InfluxDBClient) DropAdmin(user string) error

func (InfluxDBClient) DropDB

func (c InfluxDBClient) DropDB(db string) error

func (InfluxDBClient) Ping

func (c InfluxDBClient) Ping() error

func (InfluxDBClient) TableSize

func (c InfluxDBClient) TableSize(db, table string) (int, error)

Jump to

Keyboard shortcuts

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