paladin-ports 0.5.1

Port trait definitions (hexagonal architecture contracts) for the Paladin framework
Documentation
1
2
3
4
5
6
7
8
//! RPC Gateway Port
//!
//! A port that defines how the application exposes functionality to the
//! outside world. This could be a REST API, a GraphQL API, a gRPC API, or any other
//! kind of API.
//!
//! This port is responsible for translating incoming requests into application use cases
//! and returning the appropriate response.