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

@@ -99,3 +99,5 @@ type ClusterKVSValue struct {
}
type ClusterKVS map[string]ClusterKVSValue
type ClusterProcessMap map[string]string