README ¶ influxdb-api A simple influxdb client api Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type InfClient func NewClient(url, database, measurement, username, password string) (db *InfClient, err error) func (db *InfClient) Push(measurement string, tags map[string]string, fields map[string]interface{}) (err error) func (db *InfClient) Writer() (err error) 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) Source Files ¶ View all Source files influxdb.go Click to show internal directories. Click to hide internal directories.