Module dynamic

Module dynamic 

Source
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§

DynamicGrpcConfig
Configuration for dynamic gRPC service discovery
ServiceRegistry
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