Documentation ¶
Index ¶
- func Connect(address, userName, password, dbName string)
- func FixInfluxType(fields map[string]interface{}, limit float32)
- func Query(cmd string) ([]map[string]interface{}, error)
- func Select(body, table, option string, andQuery []string) (cmd string)
- func Write(measurement string, tags map[string]string, fields map[string]interface{}) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FixInfluxType ¶ added in v0.4.3
解决influx对float和uint64支持不良的问题 @param limit 误差范围
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.