Expand description
Dynamic gRPC service discovery and registration
This module provides functionality to dynamically discover and register gRPC services from proto files, making the gRPC mock system flexible for different applications and developers.
Modules§
- http_
bridge - HTTP to gRPC bridge implementation
- proto_
parser - Proto file parsing and service discovery
- service_
generator - Dynamic gRPC service generation
Structs§
- Dynamic
Grpc Config - Configuration for dynamic gRPC service discovery
- Service
Registry - A registry of discovered gRPC services
Functions§
- discover_
services - Discover and register services from proto files
- start_
dynamic_ grpc_ server - Start a gRPC-only server (for backward compatibility)
- start_
dynamic_ server - Start a dynamic server with both gRPC and HTTP bridge support