open-consul/command/config
R.B. Boyer 0d5e917ae0
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
..
delete Centralized Config CLI (#5731) 2019-04-30 16:27:16 -07:00
list Centralized Config CLI (#5731) 2019-04-30 16:27:16 -07:00
read adding new config entries for L7 discovery chain (unused) (#5987) 2019-06-27 12:37:43 -05:00
write handle structs.ConfigEntry decoding similarly to api.ConfigEntry decoding (#6106) 2019-07-12 12:20:30 -05:00
config.go adding new config entries for L7 discovery chain (unused) (#5987) 2019-06-27 12:37:43 -05:00