[tilo] Minor Context Changes

* Remove boolean return value from getters:
    In client code, it's more convenient to just check whether
    the value is empty to see if its set in the Context.
* Store both InvocationID and InvocationName
    We need both when creating and updating entities.
* Fix formatting in test cases.

IN-699 #comment

Change-Id: Ica9f54a0349eb4f090a4787448bdddb712e3b25f
2 files changed
tree: 649c22cb22a7477e020e30601b3bc92159bd924f
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. qemu/
  8. retry/
  9. tilo/
  10. tools/
  11. .gitignore
  12. AUTHORS
  13. Gopkg.lock
  14. Gopkg.toml
  15. LICENSE
  16. MAINTAINERS
  17. manifest
  18. PATENTS
  19. README.md
  20. 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}