bug fixed
This commit is contained in:
parent
c626fcdae4
commit
b1cf415efd
|
@ -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")]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user