micro/config/source
magodo 606b1ff7cf prefix in consul api starts with no leading slash
When `consul.StripPrefix(true)` is set, current impl. will pass the
specified prefix (or default prefix) when calling consul api.

However, `prefix` in consul api starts with no leading slash, so
the default prefix (`/micro/config`) doesn't actually work.

I avoid code changes (esp. the one in `util.go`) to eliminate
impact on users who already notice it.
2019-06-19 14:42:09 +08:00
..
cli add config 2019-05-30 23:11:13 +01:00
consul prefix in consul api starts with no leading slash 2019-06-19 14:42:09 +08:00
env add config 2019-05-30 23:11:13 +01:00
file add config 2019-05-30 23:11:13 +01:00
flag add config 2019-05-30 23:11:13 +01:00
memory Move sync deps, change uuid to google and update go.mod 2019-06-07 13:53:42 +01:00
changeset.go add config 2019-05-30 23:11:13 +01:00
noop.go add config 2019-05-30 23:11:13 +01:00
options.go add config 2019-05-30 23:11:13 +01:00
source.go add config 2019-05-30 23:11:13 +01:00