Expose client and multiclient config
This commit is contained in:
parent
a527b22515
commit
b62afb32e6
2 changed files with 15 additions and 3 deletions
|
|
@ -199,6 +199,10 @@ impl MultiClient {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn config(&self) -> &MultiClientConfig {
|
||||
&self.config
|
||||
}
|
||||
|
||||
pub fn start_time(&self) -> Timestamp {
|
||||
self.start_time
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue