Add /cluster/db/map/process endpoint

This commit is contained in:
Ingo Oppermann
2023-07-11 10:57:56 +02:00
parent 5aa0a880de
commit d04254c891
12 changed files with 156 additions and 9 deletions

View File

@@ -122,3 +122,7 @@ func (c *cluster) SetProcessMetadata(origin string, id app.ProcessID, key string
return c.applyCommand(cmd)
}
func (c *cluster) GetProcessNodeMap() map[string]string {
return c.store.GetProcessNodeMap()
}