chore: update workspace setting service

This commit is contained in:
Steven
2024-02-20 23:02:01 +08:00
parent e6d0c00cf6
commit 8e11826db1
41 changed files with 2213 additions and 3678 deletions

View File

@@ -30,6 +30,8 @@ type Profile struct {
Driver string `json:"-"`
// Version is the current version of server
Version string `json:"version"`
// ServeFrontend indicate the frontend is enabled or not
ServeFrontend bool `json:"frontend"`
// Metric indicate the metric collection is enabled or not
Metric bool `json:"-"`
}