internal/configstore: add a package for upload config download

Telemetry upload config is a Go module (golang.org/x/telemetry/config).
that can be downloaded with `go mod download`. This allows telemetry
configs to be cacheable, and verifiable like other Go modules.
Moreover, 'go mod download' can download the config directly from
the source repository, so we don't need a separate config serving
infra.

internal/proxy is a helper that builds a file-system based Go
module proxy used for testing.

Change-Id: I299946943fce05561879dfb05addec47404d6a32
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/499255
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
6 files changed
tree: b33cf87a2aeacabf8f5460d332f9974d3ab9720d
  1. config/
  2. godev/
  3. internal/
  4. CONTRIBUTING.md
  5. doc.go
  6. go.mod
  7. go.sum
  8. LICENSE
  9. PATENTS
  10. README.md
  11. types.go
README.md

Go Telemetry

This repository holds the Go Telemetry server code and libraries.

Report Issues / Send Patches

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/telemetry:” in the subject line, so it is easy to find.