Module svc_compliance::grpc::server
source · Expand description
gRPC server implementation
Re-exports
pub use crate::amqp::init_mq;
Structs
- FlightPlanRequest
- FlightPlanResponse
- FlightReleaseRequest
- FlightReleaseResponse
- ReadyRequest body
- ReadyResponse body Indicates if the service is ready for requests
- RpcService
- struct to implement the gRPC server functions
Enums
- Results of updating restrictions
- Results of updating waypoints
Traits
- Generated trait containing gRPC methods that should be implemented for use with RpcServiceServer.
Functions
- Starts the grpc servers for this microservice using the provided configuration
- Periodically pulls down restrictions from the regional interface and pushes them to the GIS microservice
- Periodically pulls down waypoints from the regional interface and pushes them to the GIS microservice