Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsExist ¶
IsExist returns a boolean value indicating whether the specified error is to indicate that a file or directory already exists.
func IsNotExist ¶
IsNotExist returns a boolean value indicating whether the specified error is to indicate that a file or directory does not exist.
Types ¶
type IFS ¶
IFS is the vfs interface used by dragonboat.
var MemStrictFS IFS = gvfs.NewStrictMem()
MemStrictFS is a vfs instance using memfs.
Click to show internal directories.
Click to hide internal directories.