Skip to content

Commit

Permalink
update contrib readme (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
daemon365 authored Feb 21, 2022
1 parent 6446212 commit 9dec67b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions encoding/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# encoding

## msgpack

```shell
go get -u github.com/go-kratos/kratos/contrib/encoding/msgpack/v2
```
6 changes: 6 additions & 0 deletions log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
11 changes: 11 additions & 0 deletions registry/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 9dec67b

Please sign in to comment.