mirror of
https://github.com/katanemo/plano.git
synced 2026-05-06 22:32:42 +02:00
support filter chains on model listeners
This commit is contained in:
parent
21b043e6d0
commit
8136d7d6ab
8 changed files with 121 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ pub struct Listener {
|
|||
pub name: String,
|
||||
pub router: Option<String>,
|
||||
pub agents: Option<Vec<AgentFilterChain>>,
|
||||
pub filter_chain: Option<Vec<String>>,
|
||||
pub port: u16,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue