File tree 4 files changed +18
-0
lines changed
4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ For other features,see the demos below:
59
59
| File | ✅ | TODO | [ list] ( https://mosn.io/layotto/#/en/component_specs/file/oss ) | File API implementation|
60
60
| Binding | ✅ | TODO | TODO | Transparent data transmission API |
61
61
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
+
62
67
63
68
### Actuator
64
69
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ For other features,see the demos below:
56
56
| File | ✅ | TODO | [ list] ( https://mosn.io/layotto/#/en/component_specs/file/oss ) | File API implementation|
57
57
| Binding | ✅ | TODO | TODO | Transparent data transmission API |
58
58
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
+
59
64
### Actuator
60
65
61
66
| feature | status | quick start | desc |
Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ Layotto 提供了多种语言版本的 SDK,SDK 通过 gRPC 与 Layotto 进行
61
61
| File | ✅ | [ demo] ( https://mosn.io/layotto/#/zh/start/file/start ) | [ list] ( https://mosn.io/layotto/#/zh/component_specs/file/common ) | 提供访问文件的能力 |
62
62
| Binding | ✅ | TODO | TODO | 提供透传数据的能力 |
63
63
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
+
64
71
### Actuator
65
72
66
73
| feature | status | quick start | desc |
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module mosn.io/layotto
3
3
go 1.14
4
4
5
5
require (
6
+ github.com/agrea/ptr v0.0.0-20180711073057-77a518d99b7b
6
7
github.com/alicebob/miniredis/v2 v2.13.3
7
8
github.com/dapr/components-contrib v1.4.0-rc2
8
9
github.com/dapr/kit v0.0.2-0.20210614175626-b9074b64d233
You can’t perform that action at this time.
0 commit comments