Expand description
§API Shared
Shared utilities and definitions for VPR APIs.
Contains:
- Protobuf-generated types (
pbmodule) - Shared services like
HealthService - Authentication utilities (usable by both gRPC and REST)
Used by api-grpc and api-rest for common functionality.
Re-exports§
pub use health::HealthService;pub use pb::*;
Modules§
- auth
- Authentication helpers shared by the gRPC and REST APIs.
- health
- Health check utilities shared by both APIs.
- pb