Skip to content

Commit 9e421aa

Browse files
committed
go mod tidy;
improve readme
1 parent ee69f3e commit 9e421aa

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ For other features,see the demos below:
5959
| File || TODO | [list](https://mosn.io/layotto/#/en/component_specs/file/oss) | File API implementation|
6060
| Binding || TODO | TODO | Transparent data transmission API |
6161

62+
### Extendability
63+
| feature | status | quick start | desc |
64+
| ------------- | :----: | :--------------------------------------------------------:|------------------------------------------------------|
65+
| API plugin || [demo](https://mosn.io/layotto/#/en/start/api_plugin/helloworld) | You can add your own API ! |
66+
6267

6368
### Actuator
6469

docs/en/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ For other features,see the demos below:
5656
| File || TODO | [list](https://mosn.io/layotto/#/en/component_specs/file/oss) | File API implementation|
5757
| Binding || TODO | TODO | Transparent data transmission API |
5858

59+
### Extendability
60+
| feature | status | quick start | desc |
61+
| ------------- | :----: | :--------------------------------------------------------:|------------------------------------------------------|
62+
| API plugin || [demo](https://mosn.io/layotto/#/en/start/api_plugin/helloworld) | You can add your own API ! |
63+
5964
### Actuator
6065

6166
| feature | status | quick start | desc |

docs/zh/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ Layotto 提供了多种语言版本的 SDK,SDK 通过 gRPC 与 Layotto 进行
6161
| File || [demo](https://mosn.io/layotto/#/zh/start/file/start) | [list](https://mosn.io/layotto/#/zh/component_specs/file/common) | 提供访问文件的能力 |
6262
| Binding || TODO | TODO | 提供透传数据的能力 |
6363

64+
65+
### 可扩展性
66+
| feature | status | quick start | desc |
67+
| ------------- | :----: | :--------------------------------------------------------:|------------------------------------------------------|
68+
| API 插件 || [demo](https://mosn.io/layotto/#/zh/start/api_plugin/helloworld) | 为 Layotto 添加您自己的API |
69+
70+
6471
### Actuator
6572

6673
| feature | status | quick start | desc |

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module mosn.io/layotto
33
go 1.14
44

55
require (
6+
github.com/agrea/ptr v0.0.0-20180711073057-77a518d99b7b
67
github.com/alicebob/miniredis/v2 v2.13.3
78
github.com/dapr/components-contrib v1.4.0-rc2
89
github.com/dapr/kit v0.0.2-0.20210614175626-b9074b64d233

0 commit comments

Comments
 (0)