internal/storage: create an interface to abstract storage objects

Package storage provides an interface and types for reading and writing
files to Cloud Storage or a filesystem. This can be used in the upload
server to read and write reports.

Change-Id: Icab5ae55159b87a43882241299a111ef243311ac
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/498269
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
Reviewed-by: Peter Weinberger <pjw@google.com>
4 files changed
tree: fe570f1975d9fd3e6cb8dcc426c89929af6cb2cf
  1. config/
  2. godev/
  3. CONTRIBUTING.md
  4. doc.go
  5. go.mod
  6. go.sum
  7. LICENSE
  8. PATENTS
  9. README.md
  10. 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.