Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileLocker ¶
type FileLocker interface {
filelock.FileLocker
}
type LockedFile ¶
type LockedFile interface {
filelock.LockedFile
}
type Store ¶
type Store struct {
Serializer serial.Serializer
LockerNew func(filePath string) filelock.FileLocker
}
Click to show internal directories.
Click to hide internal directories.