[tilo] Only unmarshal name and IDs from proto messages

RPC responses don't include anything other than names and IDs,
so we don't need code to unmarshal any other fields.

IN-699#comment

Change-Id: I48f650e0cb1b0e444564ed8f3276f26da2bdfd09
2 files changed
tree: c1428d97e7bf08ba56c58d3338c00aff0c403489
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. retry/
  8. tilo/
  9. tools/
  10. .gitignore
  11. AUTHORS
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MAINTAINERS
  16. manifest
  17. PATENTS
  18. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}