refactor: remove code related to temp locker (#2640)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Abhishek Marrivagu
2023-10-19 15:06:53 +05:30
committed by GitHub
parent 14c0821b80
commit cc0b422632
9 changed files with 13 additions and 42 deletions

View File

@ -754,13 +754,6 @@ 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,