mirror of
https://github.com/ceph/go-ceph
synced 2025-03-08 12:28:56 +00:00
In order to avoid external dependencies on implementation details, this change replaces RadosError with the unexported radosError. 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> |
||
---|---|---|
.. | ||
command_mimic_test.go | ||
command_test.go | ||
command.go | ||
conn.go | ||
doc.go | ||
errors_test.go | ||
errors.go | ||
ioctx.go | ||
object_iter.go | ||
omap.go | ||
rados_test.go | ||
rados.go |