rados: add doc comment for not connected error

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-01-22 12:25:58 -05:00 committed by John Mulligan
parent bc9b7c58ed
commit 65f2417c4c

View File

@ -12,6 +12,7 @@ import (
)
var (
// ErrNotConnected is returned when functions are called without a RADOS connection
ErrNotConnected = errors.New("RADOS not connected")
)