go-ceph/rbd
Niels de Vos d6a88f65b7 rbd/features: add FeatureSet for mapping features between bits and names
Applications will mostly want to show names of features to their users,
and not just a few bits. With the FeatureSet functions it becomes simple
for applications to map the name of a feature to bits, and the other way
around

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-02-24 16:28:03 -05:00
..
doc.go rbd: use correct style for package doc comment 2019-12-12 11:34:51 -05:00
features_mimic_test.go rbd/features: add FeatureSet for mapping features between bits and names 2020-02-24 16:28:03 -05:00
features_mimic.go rbd/features: add FeatureSet for mapping features between bits and names 2020-02-24 16:28:03 -05:00
features_nautilus_test.go rbd/features: add FeatureSet for mapping features between bits and names 2020-02-24 16:28:03 -05:00
features_nautilus.go rbd/features: add FeatureSet for mapping features between bits and names 2020-02-24 16:28:03 -05:00
features_test.go rbd/features: add test for Image.UpdateFeatures 2020-02-24 16:28:03 -05:00
features.go rbd/features: add FeatureSet for mapping features between bits and names 2020-02-24 16:28:03 -05:00
options_test.go rbd/options: move tests to "rbd" package 2020-01-22 10:15:28 +01:00
options.go rbd: rename error handling helper func to make it private 2020-02-11 10:01:25 +01:00
rbd_mimic.go rbd: replace deprecated rbd_list() with rbd_list2() 2020-02-12 13:48:21 -05:00
rbd_nautilus.go rbd: replace deprecated rbd_list() with rbd_list2() 2020-02-12 13:48:21 -05:00
rbd_test.go rbd: move features to its own file 2020-02-24 16:28:03 -05:00
rbd.go rbd: move features to its own file 2020-02-24 16:28:03 -05:00
snapshot_mimic.go rbd: replace deprecated rbd_list_children() with rbd_list_children3() 2020-02-12 13:48:21 -05:00
snapshot_nautilus.go rbd: replace deprecated rbd_list_children() with rbd_list_children3() 2020-02-12 13:48:21 -05:00