Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Row ¶
type Row struct { Metric string `bigquery:"metric"` // Labels is a JSON encoded representation of the various labels. Labels string `bigquery:"labels"` Value float64 `bigquery:"value"` Timestamp time.Time `bigquery:"timestamp"` }
Row represents a bq row.
Click to show internal directories.
Click to hide internal directories.