Documentation ¶
Overview ¶
Package storage provides storage engines for database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrConnection = util.NewIDError("storage connection error") ErrInternal = util.NewIDError("storage internal error") ErrExec = util.NewIDError("storage execute") ErrNotFound = util.NewIDError("not found in storage") ErrFound = util.NewIDError("found in storage") ErrClosed = util.NewIDError("storage closed") )
Functions ¶
func IsStorageError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.