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
..
2018-11-02 12:00:39 -05:00
2019-07-08 12:48:48 +01:00
2019-07-01 16:28:30 -04:00
2019-07-08 13:20:35 +00:00
2019-06-24 14:11:34 -04:00
2019-03-27 08:54:56 -04:00
2019-06-26 11:43:30 -05:00
2019-07-01 16:28:30 -04:00
2019-03-27 08:54:56 -04:00
2019-04-25 12:26:33 -04:00
2019-07-01 16:28:30 -04:00
2019-04-25 12:26:33 -04:00
2019-04-25 12:26:33 -04:00
2019-03-27 08:54:56 -04:00