commit | d4b0c410af5dfd03d74aac8bb038bc0ef743e810 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Wed Mar 01 16:22:30 2023 -0500 |
committer | Jonathan Amsterdam <jba@google.com> | Fri Mar 03 14:07:21 2023 +0000 |
tree | 04eb17e0d23f7728af535f13507e9e7eabe895fb | |
parent | d62bba630cc68cb63c3f279ad02d0139da72948f [diff] |
internal/analysis: analysis data structures Move all the data structures and related functions for analysis, including HTTP request data, analysis binary results, and BigQuery structs, into a single package. I think this makes the structure of the whole analysis part of the system easier to understand. It also moves internal/bigquery towards being a general helper for BigQuery, with no application-specific code. I think that's a good thing. I plan to do this same refactoring for vulncheck once the code there settles down a bit more. Change-Id: I88eac58572ea397ab5e2ee114b795b82b656655b Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/472657 Run-TryBot: Jonathan Amsterdam <jba@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
This repository contains code that serves pkg.go.dev/metrics.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/pkgsite-metrics:” in the subject line, so it is easy to find.