Crate svc_compliance

source ·
Expand description

Arrow Banner

svc-compliance Service

GitHub stable release (latest by date) GitHub release (latest by date including pre-releases) Coverage Status Sanity Checks Python PEP8 Rust Checks Arrow DAO Discord

Overview

svc-compliance is responsible for all communication with the regional civil aviation authority (CAA).

This includes:

Re-exports

  • pub use crate::config::Config;

Modules

  • provides AMQP/RabbitMQ implementations for queuing layer
  • Config
  • gRPC provides client and server implementations for gRPC
  • Provides region specific implementations for the compliance functions

Macros

  • Writes a debug! message to the app::amqp logger
  • Writes a error! message to the app::amqp logger
  • Writes a info! message to the app::amqp logger
  • Writes a warn! message to the app::amqp logger
  • Writes a debug! message to the app::grpc logger
  • Writes a error! message to the app::grpc logger
  • Writes a info! message to the app::grpc logger
  • Writes a warn! message to the app::grpc logger
  • Writes a debug! message to the app::region logger
  • Writes a error! message to the app::region logger
  • Writes a info! message to the app::region logger
  • Writes a warn! message to the app::region logger

Statics

Functions