package
3.12.12+incompatible
Repository: https://github.com/threefoldtech/zos.git
Documentation: pkg.go.dev

# Functions

NewFileLock opens file/dir at path and returns unlocked FileLock object.
NewFSStore creates a backend for port manager that stores the allocated port in a filesystem.

# Structs

FileLock wraps os.File to be used as a lock using flock.

# Interfaces

Store define the interface to implement to be used as a backend for a port Allocator.