GO-2022-0888: Crash due to malformed relay protocol message in github.com/syncthing/syncthing
package
Version:
v0.9.6
Opens a new window with list of versions in this module.
Published: Aug 22, 2014
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package versioner implements common interfaces for file versioning and a
simple default versioning scheme.
The type holds our configuration
Move away the named file to a version archive. If this function returns
nil, the named file does not exist any more (has been archived).
type Staggered struct {
}
The type holds our configuration
Move away the named file to a version archive. If this function returns
nil, the named file does not exist any more (has been archived).
type Versioner interface {
Archive(filePath string) error
}
The constructor function takes a map of parameters and creates the type.
The constructor function takes a map of parameters and creates the type.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.