]> git.proxmox.com Git - proxmox.git/commit
add meta fields returned by the directory
authorFolke Gleumes <f.gleumes@proxmox.com>
Tue, 14 Nov 2023 14:14:01 +0000 (15:14 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 4 Dec 2023 08:37:42 +0000 (09:37 +0100)
commit53416e358fdd0d9c0ebcf60b788072bfbc4f0a62
treeb4f8d05d1a67a63a0f81ee037fb3941b2e1e0eed
parent88f7e190eccbca6c235a5ff072f3815645fa59c8
add meta fields returned by the directory

According to the rfc, the meta field contains additional fields that
weren't covered by the Meta struct. Of the additional fields, only
external_account_required will be used in the near future, but others
were added for completeness and the case that they might be used in the
future.

Signed-off-by: Folke Gleumes <f.gleumes@proxmox.com>
src/directory.rs