influx-d ~master (2022-02-07T16:21:31Z)
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