mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
feat: improve logs client (#10229)
This commit is contained in:
committed by
GitHub
Unverified
parent
887bec0dee
commit
eff11f792b
@@ -32,9 +32,10 @@ pub struct LogQuery {
|
||||
pub level_upper: Option<String>,
|
||||
pub from_ts: Option<i64>,
|
||||
pub to_ts: Option<i64>,
|
||||
pub module_like: Option<String>,
|
||||
pub file_like: Option<String>,
|
||||
pub thread_id: Option<String>,
|
||||
pub module_like: Vec<String>,
|
||||
pub file_like: Vec<String>,
|
||||
pub thread_ids: Vec<String>,
|
||||
pub include_threadless: bool,
|
||||
pub after_id: Option<i64>,
|
||||
pub limit: Option<usize>,
|
||||
pub descending: bool,
|
||||
|
||||
Reference in New Issue
Block a user