event-service 0.5.0

Event Service - An event administration microservice that interoperates with the event-matcher crate
1
2
3
4
5
6
7
8
9
//! Route definitions and grouping.
//!
//! Placeholder for organizing routes into logical groups and applying
//! per-group middleware. The live routing table currently lives in
//! [`create_router`](crate::api::rest::create_router); this module is reserved for splitting that
//! table into composable sub-routers as the surface grows.

// This module can be used for organizing routes into logical groups
// and applying middleware to specific route groups