mirror of
https://github.com/datarhei/core.git
synced 2025-10-24 00:14:03 +08:00
Add /cluster/db/map/process endpoint
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user