Crate amaters_server

Crate amaters_server 

Source
Expand description

AmateRS Server Library

This library exposes server modules for integration testing.

Re-exports§

pub use server::ServerError;
pub use server::ServerResult;

Modules§

audit
Audit logging module
auth
Authentication module
authz
Authorization module
config
Server configuration module
health
Health check endpoint
metrics
Metrics collection module
server
Server runtime module
service
Network service module
shutdown
Graceful shutdown handling
tls_config
TLS configuration builder for gRPC server