mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
Also refactor Consul ServiceClient to take a struct instead of a massive set of arguments. Meant updating a lot of code but it should be far easier to extend in the future as you will only need to update a single struct instead of every single call site. Adds an e2e test for canary tags.