1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-16 02:47:03 +02:00
kratos/config
haiyux 00c05e82a3
test:remove testify go mod (#1766)
* test:remove testify go mod

* tidy go mdo

* fix test
2022-01-14 10:02:42 +08:00
..
env test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
file test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
config_test.go test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
config.go feat(log): add global logger appliance, as process level default logger (#1761) 2022-01-12 15:34:49 +08:00
options_test.go test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
options.go fix: ci lint error (#1391) 2021-08-31 10:14:57 +08:00
reader_test.go test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
reader.go fix(config): fix data race (#1316) 2021-08-11 07:59:58 +08:00
README.md fix:edit the config's readmes (#1462) 2021-09-11 00:29:46 +08:00
source.go add yaml encoder (#924) 2021-05-17 21:52:23 +08:00
value_test.go test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
value.go feat: add config slice map support (#1538) 2021-10-10 14:52:12 +08:00

Config

kubernetes

go get -u github.com/go-kratos/kratos/contrib/config/kubernetes/v2

apollo

go get -u github.com/go-kratos/kratos/contrib/config/apollo/v2

etcd

go get -u github.com/go-kratos/kratos/contrib/config/etcd/v2

nacos

go get -u github.com/go-kratos/kratos/contrib/config/nacos/v2