1 2 3 4 5 6 7 8 9 10 11
pub struct AuthLogStore {} impl AuthLogStore { // pub async fn get(start_date: i32, end_date: i32) -> Result<AuthRequest, String> { // get::<OrganizationResponse>( // USER_API, // format!("/authLog/getForWeek/{start_date}/{end_date}"), // ) // .await // } }