feat(idlewatcher): add option to disable loading page

This commit is contained in:
yusing
2025-12-17 10:22:09 +08:00
parent b7250b29e0
commit 86a46d191d
4 changed files with 11 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ type (
StartEndpoint string `json:"start_endpoint,omitempty"` // Optional path that must be hit to start container
DependsOn []string `json:"depends_on,omitempty"`
NoLoadingPage bool `json:"no_loading_page,omitempty"`
valErr gperr.Error
} // @name IdlewatcherConfig