R.B. Boyer 67a36e3452
handle structs.ConfigEntry decoding similarly to api.ConfigEntry decoding (#6106)
Both 'consul config write' and server bootstrap config entries take a
decoding detour through mapstructure on the way from HCL to an actual
struct. They both may take in snake_case or CamelCase (for consistency)
so need very similar handling.

Unfortunately since they are operating on mirror universes of structs
(api.* vs structs.*) the code cannot be identitical, so try to share the
kind-configuration and duplicate the rest for now.
2019-07-12 12:20:30 -05:00
..
2017-10-30 16:51:28 -07:00
2017-01-17 22:47:59 -08:00
2016-05-02 23:52:37 -07:00
2018-01-28 22:40:13 +04:00
2018-01-28 22:40:13 +04:00
2018-10-19 12:04:07 -04:00
2018-06-25 12:25:39 -07:00
2018-10-19 12:04:07 -04:00