update contrib readme (#1831)
parent
6446212258
commit
9dec67bddd
@ -0,0 +1,7 @@ |
|||||||
|
# encoding |
||||||
|
|
||||||
|
## msgpack |
||||||
|
|
||||||
|
```shell |
||||||
|
go get -u github.com/go-kratos/kratos/contrib/encoding/msgpack/v2 |
||||||
|
``` |
@ -1,26 +1,37 @@ |
|||||||
# Registry |
# Registry |
||||||
|
|
||||||
## Consul |
## Consul |
||||||
|
|
||||||
```shell |
```shell |
||||||
go get -u github.com/go-kratos/kratos/contrib/registry/consul/v2 |
go get -u github.com/go-kratos/kratos/contrib/registry/consul/v2 |
||||||
``` |
``` |
||||||
|
|
||||||
## Etcd |
## Etcd |
||||||
|
|
||||||
```shell |
```shell |
||||||
go get -u github.com/go-kratos/kratos/contrib/registry/etcd/v2 |
go get -u github.com/go-kratos/kratos/contrib/registry/etcd/v2 |
||||||
``` |
``` |
||||||
|
|
||||||
## zookeeper |
## zookeeper |
||||||
|
|
||||||
```shell |
```shell |
||||||
go get -u github.com/go-kratos/kratos/contrib/registry/zookeeper/v2 |
go get -u github.com/go-kratos/kratos/contrib/registry/zookeeper/v2 |
||||||
``` |
``` |
||||||
|
|
||||||
## Nacos |
## Nacos |
||||||
|
|
||||||
```shell |
```shell |
||||||
go get -u github.com/go-kratos/kratos/contrib/registry/nacos/v2 |
go get -u github.com/go-kratos/kratos/contrib/registry/nacos/v2 |
||||||
``` |
``` |
||||||
|
|
||||||
## kubernetes |
## kubernetes |
||||||
|
|
||||||
```shell |
```shell |
||||||
go get -u github.com/go-kratos/kratos/contrib/registry/kubernetes/v2 |
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…
Reference in new issue