docs: add gateway v2.0.0 to README (by AI)
This commit is contained in:
parent
b823ef278f
commit
7f4d5fa637
16
README.md
16
README.md
@ -109,3 +109,19 @@ Cross-platform isolation and runtime environment manager.
|
|||||||
### go/api v1.3.0
|
### go/api v1.3.0
|
||||||
Third-party API orchestration engine.
|
Third-party API orchestration engine.
|
||||||
- **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action`
|
- **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action`
|
||||||
|
|
||||||
|
### go/mail v1.0.0
|
||||||
|
Lean and high-performance email client.
|
||||||
|
- **API**: `Send`, `MustSend`, `Recv`, `MustRecv`, `New`, `MustNew`, `NewWithConfig`, `ParseAddr`, `FormatAddr`
|
||||||
|
|
||||||
|
### go/document v1.0.4
|
||||||
|
Lean and high-performance Office bridge, supporting Excel/Word/PPT/PDF to JSON/Markdown conversion.
|
||||||
|
- **API**: `Open`, `Create`, `Save`, `ToJSON`, `ToMarkdown`
|
||||||
|
|
||||||
|
### go/vision v1.0.1
|
||||||
|
High-performance image processing, QR/Barcode, FFmpeg video orchestration, and transformations.
|
||||||
|
- **API**: `Load`, `Save`, `Convert`, `New`, `ParseColor`, `RandColor`, `Capture`, `Recognize`, `NewAnimation`
|
||||||
|
|
||||||
|
### go/gateway v2.0.0
|
||||||
|
High-performance, event-driven dynamic API gateway.
|
||||||
|
- **API**: `NewGatewayApp`, `GatewayApp.Init`, `GatewayApp.Stop`
|
||||||
|
|||||||
@ -90,6 +90,10 @@
|
|||||||
高性能、AI 友好的文件变动监听。
|
高性能、AI 友好的文件变动监听。
|
||||||
- **API**: `Start`, `EasyStart`, `Watcher`
|
- **API**: `Start`, `EasyStart`, `Watcher`
|
||||||
|
|
||||||
|
### go/vision v1.0.0
|
||||||
|
高性能图像处理、验证码、二维码与感知哈希工具。
|
||||||
|
- **API**: `New`, `Load`, `Save`, `Resize`, `Fit`, `Fill`, `Rotate`, `Blur`, `Grayscale`, `SetFont`, `DrawText`, `GenerateCaptcha`, `GenerateQRCode`, `PHash`, `Distance`
|
||||||
|
|
||||||
### go/keys v1.0.1
|
### go/keys v1.0.1
|
||||||
密钥管理与跨语言加固加密工具。
|
密钥管理与跨语言加固加密工具。
|
||||||
- **API**: `GenerateKey`, `Encrypt`, `Decrypt`, `ExportGo`, `ExportJS`, `ExportPython`, `ExportJava`, `ExportPHP`
|
- **API**: `GenerateKey`, `Encrypt`, `Decrypt`, `ExportGo`, `ExportJS`, `ExportPython`, `ExportJava`, `ExportPHP`
|
||||||
@ -101,3 +105,15 @@
|
|||||||
### go/api v1.0.4
|
### go/api v1.0.4
|
||||||
第三方 API 调度引擎,消除 SDK 摩擦。
|
第三方 API 调度引擎,消除 SDK 摩擦。
|
||||||
- **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action`
|
- **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action`
|
||||||
|
|
||||||
|
### go/mail v1.0.0
|
||||||
|
极致精简的高性能邮件客户端。
|
||||||
|
- **API**: `Send`, `MustSend`, `Recv`, `MustRecv`, `New`, `MustNew`, `NewWithConfig`, `ParseAddr`, `FormatAddr`
|
||||||
|
|
||||||
|
### go/document v1.0.3
|
||||||
|
极简、高效的 Office 文档桥梁,支持 Excel/Word/PPT/PDF 与 JSON/Markdown 互转。
|
||||||
|
- **API**: `Open`, `Create`, `Save`, `ToJSON`, `ToMarkdown`
|
||||||
|
|
||||||
|
### go/gateway v2.0.0
|
||||||
|
基于 @go/service 和 Redis 的高性能、事件驱动动态 API 网关。
|
||||||
|
- **API**: `NewGatewayApp`, `GatewayApp.Init`, `GatewayApp.Stop`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user