daoyi-cloud-common 0.9.0

Common infrastructure library for daoyi-cloud-rs: JWT auth, error handling, pagination, validation, OpenAPI docs, and more
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";