go-ceph/cephfs
Sven Anderson 8b45a01b7d cephfs: make CephFSError type unexported
In order to avoid external dependencies on implementation details,
this change replaces CephFSError with the unexported cephFSError. In case
some application really needs access to the integer value, it can use
the pattern
  var errno interface{ Errno() int }
  if errors.As(err, errno) { ... errno.Errno() ... }

Signed-off-by: Sven Anderson <sven@redhat.com>
2020-07-17 13:47:32 -04:00
..
cephfs_test.go cephfs: Validate mount.mount usage in cephfs/path.go 2020-05-06 10:04:43 -04:00
cephfs.go cephfs: Validate mount.mount usage in cephfs/path.go 2020-05-06 10:04:43 -04:00
command_test.go cephfs: split (mds) command functions and tests into new files 2020-04-17 13:40:01 -04:00
command.go cutil: allow passing free functions to command output type 2020-05-12 17:18:08 -04:00
conn_nautilus_test.go cephfs: release fs resources in remaining test cases 2020-04-06 16:29:26 -04:00
conn_nautilus.go cephfs: add GetFsCid to implement ceph_get_fs_cid 2020-02-24 10:18:48 +01:00
directory_test.go cephfs: add ReadDirPlus function and associated types 2020-05-19 16:35:58 -04:00
directory.go cephfs: add ReadDirPlus function and associated types 2020-05-19 16:35:58 -04:00
doc.go cephfs: add a doc.go file documenting the package 2020-01-28 16:10:39 +01:00
errors_test.go cephfs: consolidate error types & values in an errors.go file 2020-04-06 17:10:09 -04:00
errors.go cephfs: make CephFSError type unexported 2020-07-17 13:47:32 -04:00
file_test.go cephfs: add Fsync and Sync calls for open files 2020-06-11 11:21:11 -04:00
file.go cephfs: add Fsync and Sync calls for open files 2020-06-11 11:21:11 -04:00
mount_perms_mimic_test.go cephfs: add functions for Init and SetMountPerms 2020-04-15 14:22:30 +02:00
mount_perms_mimic.go cephfs: add functions for Init and SetMountPerms 2020-04-15 14:22:30 +02:00
path_test.go cephfs: add Rename function 2020-06-15 13:59:27 -04:00
path.go cephfs: add Rename function 2020-06-15 13:59:27 -04:00
permissions_test.go cephfs: split basic permissions related funcs into new files 2020-04-17 13:40:01 -04:00
permissions.go cephfs: split basic permissions related funcs into new files 2020-04-17 13:40:01 -04:00
statx_test.go cephfs: add path based Statx function implmenting ceph_statx 2020-05-07 13:44:19 -04:00
statx.go timespec: move to internal pkg 2020-06-22 09:22:18 -04:00
userperm_test.go cephfs: add a UserPerm type wrapping libcephfs UserPerm 2020-04-15 14:22:30 +02:00
userperm.go cephfs: add a UserPerm type wrapping libcephfs UserPerm 2020-04-15 14:22:30 +02:00