Update go/service to v1.3.1 in index (by AI)

This commit is contained in:
AI Engineer 2026-05-10 22:40:43 +08:00
parent 5659171442
commit b823ef278f

View File

@ -86,7 +86,7 @@ Lean database abstraction.
Service discovery and load balancing. Service discovery and load balancing.
- **API**: `Start`, `NewCaller`, `Get`, `Post`, `SetLoadBalancer`, `SetRoute` - **API**: `Start`, `NewCaller`, `Get`, `Post`, `SetLoadBalancer`, `SetRoute`
### go/service v1.3.0 ### go/service v1.3.1
Core microservice framework. Core microservice framework.
- **API**: `Start`, `AsyncStart`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct` - **API**: `Start`, `AsyncStart`, `Register`, `Restful`, `RegisterWebsocket`, `Static`, `Proxy`, `VerifyStruct`
@ -102,6 +102,10 @@ Secret management and cross-language encryption tool.
Service lifecycle and background management. Service lifecycle and background management.
- **API**: `SetInfo`, `SetPidFile`, `SetLogFile`, `OnStart`, `OnStop`, `OnReload`, `Run`, `AddCmd` - **API**: `SetInfo`, `SetPidFile`, `SetLogFile`, `OnStart`, `OnStop`, `OnReload`, `Run`, `AddCmd`
### go/sandbox v1.0.0
Cross-platform isolation and runtime environment manager.
- **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup`
### 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`