open-consul/agent/consul/discoverychain
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
..
compile.go structs: Fix printing of IDs 2021-01-07 18:47:38 -05:00
compile_oss.go Updates to Config Entries and Connect for Namespaces (#7116) 2020-01-24 10:04:58 -05:00
compile_test.go Revert EnvoyConfig nesting 2020-09-11 09:21:43 -06:00
string_stack.go connect: detect and prevent circular discovery chain references (#6246) 2019-08-02 09:18:45 -05:00
string_stack_test.go connect: detect and prevent circular discovery chain references (#6246) 2019-08-02 09:18:45 -05:00
testing.go connect: generate the full SNI names for discovery targets in the compiler rather than in the xds package (#6340) 2019-08-19 13:03:03 -05:00