mirror of https://github.com/ceph/go-ceph
e77ecf68f6
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.go | ||
command_mimic_test.go | ||
command_test.go | ||
conn.go | ||
doc.go | ||
errors.go | ||
errors_test.go | ||
ioctx.go | ||
object_iter.go | ||
omap.go | ||
rados.go | ||
rados_test.go |