influx-d v0.4.5 (2021-11-18T13:10:06Z)
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