5 lines
169 B
Rust
5 lines
169 B
Rust
const SUBJECT: &str = "bet.beteran.c2se.backend.api.betting";
|
|
|
|
pub const SUBJECT_LIST_BETTING_HISTORY: &str =
|
|
const_format::concatcp!(SUBJECT, ".ListBettingHistory");
|