Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Version1x specifies the data format in version 1.x Version1x = "" // Version20 specifies the data format in version 2.0 Version20 = "2.0" )
Variables ¶
This section is empty.
Functions ¶
func IsVersionMismatch ¶
IsVersionMismatch returns true if err is an ErrVersionMismatch
Types ¶
type ErrVersionMismatch ¶
ErrVersionMismatch is returned if it is detected that the version of the format recorded in the internal database is different from what is specified in the `Conf` that is used for opening the db
func (*ErrVersionMismatch) Error ¶
func (e *ErrVersionMismatch) Error() string
Click to show internal directories.
Click to hide internal directories.