go-ceph/cephfs
John Mulligan 9f6d4d48bb cephfs: add a RewindDir and List function for simpler dir listings
The RewindDir is used by List and can be used independently. It
resets the open dir to the "start".
The List function and the accompanying DirEntries type allow one
to simply grab all the dir entries at once. The Names method on the
DirEntries type allows the user to get the most commonly wanted items
from the dir entries in one shot.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-04-09 11:18:08 -04:00
..
cephfs.go cephfs: consolidate error types & values in an errors.go file 2020-04-06 17:10:09 -04:00
cephfs_test.go cephfs: consolidate error types & values in an errors.go file 2020-04-06 17:10:09 -04:00
conn_nautilus.go cephfs: add GetFsCid to implement ceph_get_fs_cid 2020-02-24 10:18:48 +01:00
conn_nautilus_test.go cephfs: release fs resources in remaining test cases 2020-04-06 16:29:26 -04:00
directory.go cephfs: add a RewindDir and List function for simpler dir listings 2020-04-09 11:18:08 -04:00
directory_test.go cephfs: add a RewindDir and List function for simpler dir listings 2020-04-09 11:18:08 -04:00
doc.go cephfs: add a doc.go file documenting the package 2020-01-28 16:10:39 +01:00
errors.go cephfs: consolidate error types & values in an errors.go file 2020-04-06 17:10:09 -04:00
errors_test.go cephfs: consolidate error types & values in an errors.go file 2020-04-06 17:10:09 -04:00