Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownFlag = errors.New("unknown flag")
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags uint32
const ( FLAG_LOCALFS Flags = 1 << iota // all: dealing with a file (or dir) on the local fs FLAG_FILE // storage: kloset is in a single file FLAG_STREAM // importer: cannot call Import() more than once FLAG_NEEDACK // importer: cares about acknowledgments in Import() FLAG_NOMERGE // importer: cannot merge those in a single snapshot (multidir support) )
Click to show internal directories.
Click to hide internal directories.