1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-14 02:33:03 +02:00
kratos/config
2022-03-29 16:39:31 +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): log load config only when Debug level (#1899) 2022-03-29 16:39:31 +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