Skip to content

Commit

Permalink
Merge 3ff857e into 8281bc8
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr committed Aug 8, 2022
2 parents 8281bc8 + 3ff857e commit 9efbc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndt7/model/archivaldata.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type ArchivalData struct {
// structure is specified in the ndt7 specification.
type Measurement struct {
AppInfo *AppInfo `json:",omitempty"`
ConnectionInfo *ConnectionInfo `json:",omitempty" bigquery:"-"`
ConnectionInfo *ConnectionInfo `json:",omitempty"`
BBRInfo *BBRInfo `json:",omitempty"`
TCPInfo *TCPInfo `json:",omitempty"`
}
Expand Down

0 comments on commit 9efbc5d

Please sign in to comment.