Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { CreatedAt time.Time `bigquery:"created_at"` FirehoseSeq int64 `bigquery:"firehose_seq"` Repo string `bigquery:"repo"` Collection string `bigquery:"collection"` RKey string `bigquery:"r_key"` Action string `bigquery:"action"` Raw bigquery.NullJSON `bigquery:"raw"` Error string `bigquery:"error"` }
Click to show internal directories.
Click to hide internal directories.