mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
add messages in params when making api calls (#104)
This commit is contained in:
parent
f4395d39f9
commit
15869825e3
4 changed files with 11 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::{collections::HashMap, time::Duration};
|
||||
|
||||
use duration_string::DurationString;
|
||||
use serde::{Deserialize, Serialize, Deserializer};
|
||||
use serde::{Deserialize, Deserializer, Serialize};
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
|
||||
pub struct Overrides {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue