dataformat

package
v2.1.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2020 License: Apache-2.0 Imports: 1 Imported by: 583

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

func IsVersionMismatch(err error) bool

IsVersionMismatch returns true if err is an ErrVersionMismatch

Types

type ErrVersionMismatch

type ErrVersionMismatch struct {
	DBInfo          string
	ExpectedVersion string
	Version         string
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL