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.
Windfarer
a7b1af764f
|
3 years ago | |
---|---|---|
.. | ||
benchmark | 3 years ago | |
blog | 3 years ago | |
config | 3 years ago | |
errors | 3 years ago | |
header | 3 years ago | |
helloworld | 3 years ago | |
http | 3 years ago | |
i18n | 3 years ago | |
log | 3 years ago | |
metadata | 3 years ago | |
metrics | 3 years ago | |
middleware | 3 years ago | |
registry | 3 years ago | |
swagger | 3 years ago | |
traces | 3 years ago | |
validate | 3 years ago | |
ws | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago |
README.md
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.