mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-26 03:52:12 +02:00
eec45a3d0a
* fix(config/apollo): support multiple namespace * fix(config/apollo): modify example and test * fix(config/apollo): recoding watcher * styl(config/apollo): package sort; use log instead of fmt * styl(config/apollo): use kratos/log package instead of fmt * styl(config/apollo): optimise code with reviewer advises; fix some edge cases on genKey function. * styl(config/apollo): rename `convertProperties` as `resolve`
examples
- examples/blog is simple crud project.
- examples/config is kratos config example.
- examples/errors is kratos errors example, it is generated through proto-gen-go-errors.
- examples/helloworld is helloworld example.
- examples/http is transport/http some examples of usage.
- examples/log is log example, including、logger、helper、filter、valuer, etc.
- examples/metadata is metadata example.
- examples/metrics is metrics example, in the example, prom is used to collect data.
- examples/registry is registration and discovery examples,including Etcd, Consul, Nacos.
- examples/traces is middleware/tracing example,middleware/tracing is implemented by opentelemetry.
- examples/validate is middleware/validate example, the verification code is generated by proto-gen-validate.
- examples/ws is implementation of transport interface with websocket example.
- examples/swagger is implementation of server with embed swagger api.