Skip to content

Commit

Permalink
Merge pull request #299 from clannadxr/master
Browse files Browse the repository at this point in the history
Fix ego-components link
  • Loading branch information
askuy authored Jun 21, 2022
2 parents ce93d06 + 36782a9 commit 8381c17
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ EGO是一个集成了各种工程实践的框架。通过组件化的设计模
| Distributed Scheduled Job | [Code](https://github.com/gotomicro/ego/tree/master/task/ecron) | [Example](https://github.com/gotomicro/ego/tree/master/examples/task/cron) | [Doc](https://ego.gocn.vip/frame/task/cron.html#_4-%E5%88%86%E5%B8%83%E5%BC%8F%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1) |
| HTTP Client | [Code](https://github.com/gotomicro/ego/tree/master/client/ehttp) | [Example](https://github.com/gotomicro/ego/tree/master/examples/http/client) | [Doc](https://ego.gocn.vip/frame/client/http.html#example) |
| gRPC Client | [Code](https://github.com/gotomicro/ego/tree/master/client/egrpc) | [Example](https://github.com/gotomicro/ego/tree/master/examples/grpc/direct) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_4-%E7%9B%B4%E8%BF%9Egrpc) |
| gRPC Client using ETCD | [Code](https://github.com/ego-component/tree/master/eetcd) | [Example](https://github.com/ego-component/tree/master/eetcd/examples) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_5-%E4%BD%BF%E7%94%A8etcd%E7%9A%84grpc) |
| gRPC Client using k8s | [Code](https://github.com/ego-component/tree/master/ek8s) | [Example](https://github.com/ego-component/tree/master/ek8s/examples) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_6-%E4%BD%BF%E7%94%A8k8s%E7%9A%84grpc) |
| gRPC Client using ETCD | [Code](https://github.com/ego-component/eetcd/tree/master/) | [Example](https://github.com/ego-component/eetcd/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_5-%E4%BD%BF%E7%94%A8etcd%E7%9A%84grpc) |
| gRPC Client using k8s | [Code](https://github.com/ego-component/ek8s/tree/master/) | [Example](https://github.com/ego-component/ek8s/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_6-%E4%BD%BF%E7%94%A8k8s%E7%9A%84grpc) |
| Sentinel | [Code](https://github.com/gotomicro/ego/tree/master/core/esentinel) | [Example](https://github.com/gotomicro/ego/tree/master/examples/sentinel/http) | [Doc](https://ego.gocn.vip/frame/client/sentinel.html) |
| MySQL | [Code](https://github.com/ego-component/tree/master/egorm) | [Example](https://github.com/ego-component/tree/master/egorm/examples) | [Doc](https://ego.gocn.vip/frame/client/gorm.html#example) |
| Redis | [Code](https://github.com/ego-component/tree/master/eredis) | [Example](https://github.com/ego-component/tree/master/eredis/examples) | [Doc](https://ego.gocn.vip/frame/client/redis.html#example) |
| Redis Distributed lock | [Code](https://github.com/ego-component/tree/master/eredis) | [Example](https://github.com/ego-component/tree/master/eredis/examples) | [Doc](https://ego.gocn.vip/frame/client/redis.html#example) |
| Mongo | [Code](https://github.com/ego-component/tree/master/emongo) | [Example](https://github.com/ego-component/tree/master/emongo/examples) | [Doc](https://ego.gocn.vip/frame/client/mongo.html) |
| Kafka | [Code](https://github.com/ego-component/tree/master/ekafka) | [Example](https://github.com/ego-component/tree/master/ekafka/examples) | [Doc](https://ego.gocn.vip/frame/client/kafka.html) |
| ETCD | [Code](https://github.com/ego-component/tree/master/eetcd) | [Example](https://github.com/ego-component/tree/master/eetcd/examples) | [Doc](https://ego.gocn.vip/frame/client/eetcd.html) |
| K8S | [Code](https://github.com/ego-component/tree/master/ek8s) | [Example](https://github.com/ego-component/tree/master/ek8s/examples) | [Doc](https://ego.gocn.vip/frame/client/ek8s.html) |
| Oauth2 | [Code](https://github.com/ego-component/tree/master/eoauth2) | [Example](https://github.com/ego-component/tree/master/eoauth2/examples) ||
| MySQL | [Code](https://github.com/ego-component/egorm/tree/master/) | [Example](https://github.com/ego-component/egorm/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/gorm.html#example) |
| Redis | [Code](https://github.com/ego-component/eredis/tree/master/) | [Example](https://github.com/ego-component/eredis/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/redis.html#example) |
| Redis Distributed lock | [Code](https://github.com/ego-component/eredis/tree/master/) | [Example](https://github.com/ego-component/eredis/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/redis.html#example) |
| Mongo | [Code](https://github.com/ego-component/emongo/tree/master/) | [Example](https://github.com/ego-component/emongo/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/mongo.html) |
| Kafka | [Code](https://github.com/ego-component/ekafka/tree/master/) | [Example](https://github.com/ego-component/ekafka/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/kafka.html) |
| ETCD | [Code](https://github.com/ego-component/eetcd/tree/master/) | [Example](https://github.com/ego-component/eetcd/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/eetcd.html) |
| K8S | [Code](https://github.com/ego-component/ek8s/tree/master/) | [Example](https://github.com/ego-component/ek8s/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/ek8s.html) |
| Oauth2 | [Code](https://github.com/ego-component/eoauth2/tree/master/) | [Example](https://github.com/ego-component/eoauth2/tree/master//examples) ||

* 更多组件请查看:[https://github.com/ego-component](https://github.com/ego-component)

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ We have Many EGO components to support your rapid development
| Distributed Scheduled Job | [Code](https://github.com/gotomicro/ego/tree/master/task/ecron) | [Example](https://github.com/gotomicro/ego/tree/master/examples/task/cron) | [Doc](https://ego.gocn.vip/frame/task/cron.html#_4-%E5%88%86%E5%B8%83%E5%BC%8F%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1) |
| HTTP Client | [Code](https://github.com/gotomicro/ego/tree/master/client/ehttp) | [Example](https://github.com/gotomicro/ego/tree/master/examples/http/client) | [Doc](https://ego.gocn.vip/frame/client/http.html#example) |
| gRPC Client | [Code](https://github.com/gotomicro/ego/tree/master/client/egrpc) | [Example](https://github.com/gotomicro/ego/tree/master/examples/grpc/direct) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_4-%E7%9B%B4%E8%BF%9Egrpc) |
| gRPC Client using ETCD | [Code](https://github.com/ego-component/tree/master/eetcd) | [Example](https://github.com/ego-component/tree/master/eetcd/examples) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_5-%E4%BD%BF%E7%94%A8etcd%E7%9A%84grpc) |
| gRPC Client using k8s | [Code](https://github.com/ego-component/tree/master/ek8s) | [Example](https://github.com/ego-component/tree/master/ek8s/examples) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_6-%E4%BD%BF%E7%94%A8k8s%E7%9A%84grpc) |
| gRPC Client using ETCD | [Code](https://github.com/ego-component/eetcd/tree/master/) | [Example](https://github.com/ego-component/eetcd/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_5-%E4%BD%BF%E7%94%A8etcd%E7%9A%84grpc) |
| gRPC Client using k8s | [Code](https://github.com/ego-component/ek8s/tree/master/) | [Example](https://github.com/ego-component/ek8s/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/grpc.html#_6-%E4%BD%BF%E7%94%A8k8s%E7%9A%84grpc) |
| Sentinel | [Code](https://github.com/gotomicro/ego/tree/master/core/esentinel) | [Example](https://github.com/gotomicro/ego/tree/master/examples/sentinel/http) | [Doc](https://ego.gocn.vip/frame/client/sentinel.html) |
| MySQL | [Code](https://github.com/ego-component/tree/master/egorm) | [Example](https://github.com/ego-component/tree/master/egorm/examples) | [Doc](https://ego.gocn.vip/frame/client/gorm.html#example) |
| Redis | [Code](https://github.com/ego-component/tree/master/eredis) | [Example](https://github.com/ego-component/tree/master/eredis/examples) | [Doc](https://ego.gocn.vip/frame/client/redis.html#example) |
| Redis Distributed lock | [Code](https://github.com/ego-component/tree/master/eredis) | [Example](https://github.com/ego-component/tree/master/eredis/examples) | [Doc](https://ego.gocn.vip/frame/client/redis.html#example) |
| Mongo | [Code](https://github.com/ego-component/tree/master/emongo) | [Example](https://github.com/ego-component/tree/master/emongo/examples) | [Doc](https://ego.gocn.vip/frame/client/mongo.html) |
| Kafka | [Code](https://github.com/ego-component/tree/master/ekafka) | [Example](https://github.com/ego-component/tree/master/ekafka/examples) | [Doc](https://ego.gocn.vip/frame/client/kafka.html) |
| ETCD | [Code](https://github.com/ego-component/tree/master/eetcd) | [Example](https://github.com/ego-component/tree/master/eetcd/examples) | [Doc](https://ego.gocn.vip/frame/client/eetcd.html) |
| K8S | [Code](https://github.com/ego-component/tree/master/ek8s) | [Example](https://github.com/ego-component/tree/master/ek8s/examples) | [Doc](https://ego.gocn.vip/frame/client/ek8s.html) |
| Oauth2 | [Code](https://github.com/ego-component/tree/master/eoauth2) | [Example](https://github.com/ego-component/tree/master/eoauth2/examples) ||
| MySQL | [Code](https://github.com/ego-component/egorm/tree/master/) | [Example](https://github.com/ego-component/egorm/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/gorm.html#example) |
| Redis | [Code](https://github.com/ego-component/eredis/tree/master/) | [Example](https://github.com/ego-component/eredis/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/redis.html#example) |
| Redis Distributed lock | [Code](https://github.com/ego-component/eredis/tree/master/) | [Example](https://github.com/ego-component/eredis/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/redis.html#example) |
| Mongo | [Code](https://github.com/ego-component/emongo/tree/master/) | [Example](https://github.com/ego-component/emongo/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/mongo.html) |
| Kafka | [Code](https://github.com/ego-component/ekafka/tree/master/) | [Example](https://github.com/ego-component/ekafka/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/kafka.html) |
| ETCD | [Code](https://github.com/ego-component/eetcd/tree/master/) | [Example](https://github.com/ego-component/eetcd/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/eetcd.html) |
| K8S | [Code](https://github.com/ego-component/ek8s/tree/master/) | [Example](https://github.com/ego-component/ek8s/tree/master//examples) | [Doc](https://ego.gocn.vip/frame/client/ek8s.html) |
| Oauth2 | [Code](https://github.com/ego-component/eoauth2/tree/master/) | [Example](https://github.com/ego-component/eoauth2/tree/master//examples) ||

* For more components please visit the website: [https://github.com/ego-component](https://github.com/ego-component)

Expand Down

0 comments on commit 8381c17

Please sign in to comment.