add server api get and update service control endpoints

This commit is contained in:
Fran Jurmanović
2025-07-29 20:50:44 +02:00
parent 44acb170a7
commit 647f4f7487
27 changed files with 424 additions and 2025 deletions

View File

@@ -24,6 +24,7 @@ type RouteGroups struct {
Lookup fiber.Router
StateHistory fiber.Router
Membership fiber.Router
System fiber.Router
}
func CheckError(err error) {