authly_common/
proto.rs

1
2
3
4
5
6
//! Authly protobuf types.

/// Tonic types for the `authly_service` protobuf definition.
pub mod service {
    tonic::include_proto!("authly_service");
}