mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
When using swagger definition file, returning a map, needs to be in a key, value list. To handle this common case in the API, a helper function was added that gets an unorder_map and return a vector of key, value mapping. Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>