mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
more pr feedback changes
This commit is contained in:
parent
e498b41e5b
commit
07bb26c1d9
6 changed files with 24 additions and 24 deletions
|
|
@ -26,7 +26,7 @@ pub struct Agent {
|
|||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct AgentPipeline {
|
||||
pub struct AgentFilterChain {
|
||||
pub id: String,
|
||||
pub default: Option<bool>,
|
||||
pub description: Option<String>,
|
||||
|
|
@ -37,7 +37,7 @@ pub struct AgentPipeline {
|
|||
pub struct Listener {
|
||||
pub name: String,
|
||||
pub router: Option<String>,
|
||||
pub agents: Option<Vec<AgentPipeline>>,
|
||||
pub agents: Option<Vec<AgentFilterChain>>,
|
||||
pub port: u16,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue