1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-15 01:04:44 +02:00

5 Commits

Author SHA1 Message Date
801da84a68 Replace kit/log with log (#1173)
* Implement log/... packages with github.com/go-kit/log

* Use github.com/go-kit/log/... in all the other packages
2021-08-18 17:15:32 +02:00
e9af46ac69 Merge pull request #583 from go-kit/instancer-stop
sd: add Stop method to Instancer interface
2017-09-17 13:23:13 -07:00
ab2a990a50 sd: fix TestDefaultEndpointer flake, hopefully 2017-08-03 23:39:02 +02:00
961b593f5a sd: add Stop method to Instancer interface
Every implementation (modulo mock/test impls) already provided this
method, and so it makes sense to lift it to the interface definition.

Closes #566.
2017-07-21 10:58:40 -07:00
f5bc66ea4d Add more tests 2017-06-03 21:03:56 -04:00