1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-12 02:28:05 +02:00
kratos/config
2024-06-15 13:28:15 +08:00
..
env style(config): code style tweaks and abstracts some methods (#2465) 2022-11-02 18:15:33 +08:00
file style(config): code style tweaks and abstracts some methods (#2465) 2022-11-02 18:15:33 +08:00
config_test.go dep: change library name of mergo #3149 (#3297) 2024-04-22 11:40:14 +08:00
config.go dep: change library name of mergo #3149 (#3297) 2024-04-22 11:40:14 +08:00
options_test.go feat: parsing config input and convert to match the type (#3306) 2024-06-15 13:28:15 +08:00
options.go feat: parsing config input and convert to match the type (#3306) 2024-06-15 13:28:15 +08:00
reader_test.go dep: change library name of mergo #3149 (#3297) 2024-04-22 11:40:14 +08:00
reader.go feat(config): config support custom merge config (#3106) 2023-12-04 11:31:35 +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 style(config): code style tweaks and abstracts some methods (#2465) 2022-11-02 18:15:33 +08:00
value.go style(config): code style tweaks and abstracts some methods (#2465) 2022-11-02 18:15:33 +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