Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSContentLock ¶
type FSContentLock struct {
// contains filtered or unexported fields
}
func NewFSContentLock ¶
func NewFSContentLock(p string) (*FSContentLock, error)
type FSContentLockGuard ¶
type FSContentLockGuard struct {
// contains filtered or unexported fields
}
func (*FSContentLockGuard) Release ¶
func (l *FSContentLockGuard) Release() error
type FSFlockLock ¶
type FSFlockLock struct {
// contains filtered or unexported fields
}
func NewFSFlockLock ¶
func NewFSFlockLock(p string) (*FSFlockLock, error)
type FSFlockLockGuard ¶
type FSFlockLockGuard struct {
// contains filtered or unexported fields
}
func (*FSFlockLockGuard) Release ¶
func (l *FSFlockLockGuard) Release() error
Click to show internal directories.
Click to hide internal directories.