go-ceph/cephfs
John Mulligan 6b396f70b2 errutil: move errutil pkg into internal subdir
Moving the errutil pkg to "internal/errutil" makes errutil private-like
and accessible to only other go-ceph packages. The functions it provided
were always meant to be used only by go-ceph, this just makes it more
official. This is a breaking change but it was only available to
outside users for 1 release and it is somewhat doubtful users outside
of go-ceph would have reached for these functions.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-03-10 08:41:44 +01:00
..
cephfs.go errutil: move errutil pkg into internal subdir 2020-03-10 08:41:44 +01:00
cephfs_test.go cephfs: add SetConfigOption and GetConfigOption functions 2020-03-10 08:15:16 +01: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: add GetFsCid to implement ceph_get_fs_cid 2020-02-24 10:18:48 +01:00
doc.go cephfs: add a doc.go file documenting the package 2020-01-28 16:10:39 +01:00