]> git.proxmox.com Git - proxmox.git/commit
api: support HashSet<String> as api type
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 1 Aug 2019 09:20:10 +0000 (11:20 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 1 Aug 2019 09:20:11 +0000 (11:20 +0200)
commit75e90ebb2518ee5db580ae61561115b920f93d2e
tree39c99f146b3b04d98fc9668e1de1f9a635bfd8d8
parentef13b386320c57da0ffed979a7c8f118a32ad83a
api: support HashSet<String> as api type

This is just an array of strings in json, or a
semicolon-separated string on the command line.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-api/src/api_type.rs
proxmox-api/src/cli.rs