Crate api_shared

Source
Expand description

§API Shared

Shared utilities and definitions for VPR APIs.

Contains:

  • Protobuf-generated types (pb module)
  • 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

Constants§

FILE_DESCRIPTOR_SET