open-consul/agent/checks
Daniel Nephin 45f0afcbf4 structs: Fix printing of IDs
These types are used as values (not pointers) in other structs. Using a pointer receiver causes
problems when the value is printed. fmt will not call the String method if it is passed a value
and the String method has a pointer receiver. By using a value receiver the correct string is printed.

Also remove some unused methods.
2021-01-07 18:47:38 -05:00
..
alias.go structs: Fix printing of IDs 2021-01-07 18:47:38 -05:00
alias_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
check.go testutil: NewLogBuffer - buffer logs until a test fails 2020-07-21 12:50:40 -04:00
check_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
docker.go Sets tty in docker client back to true, as a potential fix for docker exec weirdness 2017-11-05 09:44:55 -06:00
docker_unix.go
docker_windows.go
grpc.go Return grpc serving status in health check errors 2020-09-22 21:16:58 +03:00
grpc_test.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00