[tilo] Hide proto time objects in service layer

The service package's clients should be agnostic of the fact that the
package is using protobufs under the hood. This change replaces the
remaining protobuf Timestamp and Duration values with time.Time and
time.Duration, respectively.

IN-597 #comment

Change-Id: I1361cc550c446547ea5fa647afd715e18a529e88
2 files changed
tree: fbba7f3623f91a358df48321a0d024eba2a75fc9
  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}