Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2015 Changes in this version + type FileLock struct + func NewFileLock(path string) (*FileLock, error) + func (l *FileLock) Close() error + func (l *FileLock) Lock() error + func (l *FileLock) Unlock() error + type Store struct + func New(network string) (*Store, error) + func (s *Store) Release(ip net.IP) error + func (s *Store) ReleaseByID(id string) error + func (s *Store) Reserve(id string, ip net.IP) (bool, error)