support filter chains on model listeners

This commit is contained in:
Adil Hafeez 2026-02-19 04:34:26 +00:00
parent 21b043e6d0
commit 8136d7d6ab
8 changed files with 121 additions and 1 deletions

View file

@ -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,
}