mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
d2eb27e0a3
Fixes #8755 Since I was updating the interface, i also added the missing `GetNamespace()`. Depending upon how you look at it, this is a breaking change since it adds methods to the exported interface `api.ConfigEntry`. Given that you cannot define your own config entry kinds, and all of the machinery of the `api.Client` acts like a factory to construct the canned ones from the rest of the module, this feels like it's not a problematic change as it would only break someone who had reimplemented the `ConfigEntry` interface themselves for no apparent utility?
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
```release-note:improvement
|
|
api: support GetMeta() and GetNamespace() on all config entry kinds
|
|
```
|