You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/config
jesse.tang 9f65c1a03d
cleanup: remove redundancy type conversion and golangci add unconvert (#2409)
2 years ago
..
env fix(config/env): prefixs typo (#2321) 2 years ago
file cleanup: remove redundancy type conversion and golangci add unconvert (#2409) 2 years ago
README.md fix:edit the config's readmes (#1462) 3 years ago
config.go chore(contrib/config): uniformly canceled by CancelFunc (#2111) 2 years ago
config_test.go log: remove component logger to use global logger (#2061) 3 years ago
options.go log: remove component logger to use global logger (#2061) 3 years ago
options_test.go test: increase endpoint,env, options and reader tests coverage. (#2192) 2 years ago
reader.go log: remove component logger to use global logger (#2061) 3 years ago
reader_test.go revise err logic or null pointer exception (#2376) 2 years ago
source.go add yaml encoder (#924) 4 years ago
value.go style(config/value): optimize atomicValue format string (#2401) 2 years ago
value_test.go cleanup: remove redundancy type conversion and golangci add unconvert (#2409) 2 years ago

README.md

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