influx-d v0.4.2 (2020-11-26T20:07:22Z)
Dub
Repo
InfluxValue.Payload
influxdb
api
InfluxValue
Undocumented in source.
struct
InfluxValue
union
Payload {
bool
b
;
long
i
;
double
f
;
}
Members
Variables
b
bool
b
;
Undocumented in source.
f
double
f
;
Undocumented in source.
i
long
i
;
Undocumented in source.
Meta
Source
See Implementation
influxdb
api
InfluxValue
constructors
this
enums
Type
functions
toString
type
unions
Payload