gRPC-Web client service layer #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Milestone: Infrastructure & Setup
Create a
src/lib/services/orchestrator.tsmodule that wraps the generated stubs, handles connection setup, error mapping, and exposes a typedprocessRequest()function returning an async iterator ofProcessRequestResponse.Acceptance Criteria
src/lib/services/orchestrator.tsmodule createdprocessRequest()returns an async iterator ofProcessRequestResponseImplemented and auto-merged via PR #24.
Created orchestrator service layer with typed processRequest() async generator, error mapping, and configurable endpoint. All quality gates passed.