1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
pub const DEFAULT_PAGE_NO: u64 = 1; pub const DEFAULT_PAGE_SIZE: u64 = 10; pub const fn default_page_no() -> u64 { DEFAULT_PAGE_NO } pub const fn default_page_size() -> u64 { DEFAULT_PAGE_SIZE } pub const fn default_true() -> bool { true } pub const fn default_false() -> bool { false } pub const DEFAULT_JWT_SECRET: &str = "1qasrf45Xt6yh45tyhj6Q7yuikl89iolfty7";