update contrib readme (#1831)

pull/1833/head
haiyux 2 years ago committed by GitHub
parent 6446212258
commit 9dec67bddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      encoding/README.md
  2. 6
      log/README.md
  3. 11
      registry/README.md

@ -0,0 +1,7 @@
# encoding
## msgpack
```shell
go get -u github.com/go-kratos/kratos/contrib/encoding/msgpack/v2
```

@ -47,4 +47,10 @@ go get -u github.com/go-kratos/kratos/contrib/log/zap/v2
```shell
go get -u github.com/go-kratos/kratos/contrib/log/fluent/v2
```
### aliyun
```shell
go get -u github.com/go-kratos/kratos/contrib/log/aliyun/v2
```

@ -1,26 +1,37 @@
# Registry
## Consul
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/consul/v2
```
## Etcd
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/etcd/v2
```
## zookeeper
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/zookeeper/v2
```
## Nacos
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/nacos/v2
```
## kubernetes
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/kubernetes/v2
```
## polaris
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/polaris/v2
```
Loading…
Cancel
Save