Skip to content

Commit

Permalink
Remove bigquery ignore tag for ConnectionInfo (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr authored Aug 8, 2022
1 parent 8281bc8 commit 5c97136
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 5c97136

Please sign in to comment.