Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingFileArgument = fmt.Errorf("missing file argument") ErrWrongNumberOfArguments = fmt.Errorf("wrong number of arguments, expected list of location/file pair") )
View Source
var ( ErrDBAlreadyUnlocked = fmt.Errorf("db already unlocked") ErrDBNotUnlocked = fmt.Errorf("db not unlocked") ErrCantDecodeFileSize = fmt.Errorf("can't decode file size") )
View Source
var ( ErrInvalidFileLocation = fmt.Errorf("file location is invalid, it must match %q", regexp.FileLocation) ErrInvalidSize = fmt.Errorf("size must be greater or equal to 0") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.