//! 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.