bug fixed

This commit is contained in:
병준 박 2022-08-27 07:04:40 +00:00
parent c626fcdae4
commit b1cf415efd

View File

@ -1,3 +1,9 @@
const SUBJECT: &str = "bet.beteran.ss.member_session";
pub const SUBJECT_GET_MEMBER_SESSION: &str = const_format::concatcp!(SUBJECT, ".GetMemberSession");
pub const SUBJECT_GET_MEMBER_SESSION_WITH_RENEWAL: &str =
const_format::concatcp!(SUBJECT, ".GetMemberSessionWithRenewal");
#[derive(Clone, PartialEq, ::prost::Message)] #[derive(Clone, PartialEq, ::prost::Message)]
pub struct GetMemberSessionRequest { pub struct GetMemberSessionRequest {
#[prost(message, optional, tag = "1")] #[prost(message, optional, tag = "1")]