Merge pull request #509 from adoolaard/dev-tags

Add Tagging Feature for Reverse Proxy Hosts + Search & Filter
This commit is contained in:
Toby Chui
2025-02-06 20:35:32 +08:00
committed by GitHub
8 changed files with 214 additions and 9 deletions

View File

@@ -194,6 +194,7 @@ type ProxyEndpoint struct {
//Internal Logic Elements
parent *Router `json:"-"`
Tags []string // Tags for the proxy endpoint
}
/*