databases without explicit alias(es) are now excluded by default

This commit is contained in:
yusing
2024-10-04 09:17:45 +08:00
parent e8f4cd18a4
commit 9c3edff92b
4 changed files with 35 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ type ProxyProperties struct {
Aliases []string `yaml:"-" json:"aliases"`
IsExcluded bool `yaml:"-" json:"is_excluded"`
IsExplicit bool `yaml:"-" json:"is_explicit"`
IsDatabase bool `yaml:"-" json:"is_database"`
IdleTimeout string `yaml:"-" json:"idle_timeout"`
WakeTimeout string `yaml:"-" json:"wake_timeout"`
StopMethod string `yaml:"-" json:"stop_method"`