#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CreateNotificationRequest {
#[prost(string, tag="1")]
pub user: ::prost::alloc::string::String,
#[prost(string, tag="2")]
pub message: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Notification {
#[prost(string, tag="1")]
pub id: ::prost::alloc::string::String,
#[prost(string, tag="2")]
pub user: ::prost::alloc::string::String,
#[prost(string, tag="3")]
pub message: ::prost::alloc::string::String,
#[prost(int64, tag="4")]
pub ts_ms: i64,
#[prost(string, tag="5")]
pub source: ::prost::alloc::string::String,
}
include!("mmm.v1.notification.tonic.rs");
include!("mmm.v1.notification.serde.rs");