Documentation
¶
Overview ¶
2018-10-23 21:46 package gxinfluxdb provides a InfluxDB driver
Index ¶
- type InfluxDBClient
- func (c InfluxDBClient) Close() error
- func (c InfluxDBClient) CreateAdmin(user, password string) error
- func (c InfluxDBClient) CreateDB(db string) error
- func (c InfluxDBClient) DropAdmin(user string) error
- func (c InfluxDBClient) DropDB(db string) error
- func (c InfluxDBClient) Ping() error
- func (c InfluxDBClient) TableSize(db, table string) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfluxDBClient ¶
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
Click to show internal directories.
Click to hide internal directories.