refactor: revert redis temp locker logic (#2670)

This commit is contained in:
Abhishek Marrivagu
2023-10-23 20:18:47 +05:30
committed by GitHub
parent adad77f043
commit eaa9720520
20 changed files with 607 additions and 262 deletions

View File

@ -771,6 +771,13 @@ pub struct DeleteTokenizeByTokenRequest {
pub service_name: String,
}
#[derive(Debug, serde::Serialize)] // Blocked: Yet to be implemented by `basilisk`
pub struct DeleteTokenizeByDateRequest {
pub buffer_minutes: i32,
pub service_name: String,
pub max_rows: i32,
}
#[derive(Debug, serde::Deserialize)]
pub struct GetTokenizePayloadResponse {
pub lookup_key: String,