MCPcopy
hub / github.com/dropbox/godropbox / FileLock

Struct FileLock

sys/filelock/filelock.go:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type FileLock struct {
24 name string
25 path string
26 prefix string
27
28 flockType int
29 fileH *os.File
30}
31
32// Creates new FileLock object given a unique name.
33func New(name string) *FileLock {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected