[tilo] Only require entity name in service

We don't need the entire entity key, so just accept the entity's name
to avoid forcing the caller(s) to pass keys around.

IN-597 #comment

Change-Id: I1d5d348c97e9cf40592e4fadce9228d00babe5a6
2 files changed
tree: 10010aa0922721a8e3c5b07f6c39ff3c3f187324
  1. botanist/
  2. cmd/
  3. fastboot/
  4. fuchsia/
  5. fxctx/
  6. gerrit-policy/
  7. netboot/
  8. pdu/
  9. qemu/
  10. retry/
  11. secrets/
  12. serial/
  13. telnet/
  14. tftp/
  15. tilo/
  16. tools/
  17. .gitignore
  18. AUTHORS
  19. Gopkg.lock
  20. Gopkg.toml
  21. LICENSE
  22. MAINTAINERS
  23. manifest
  24. PATENTS
  25. README.md
  26. testsharder
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}