Versions in this module Expand all Collapse all v0 v0.4.0 Jan 13, 2017 Changes in this version + type FakeStore struct + func NewFakeStore(ipmap map[string]string, lastIP net.IP) *FakeStore + func (s *FakeStore) Close() error + func (s *FakeStore) LastReservedIP() (net.IP, error) + func (s *FakeStore) Lock() error + func (s *FakeStore) Release(ip net.IP) error + func (s *FakeStore) ReleaseByID(id string) error + func (s *FakeStore) Reserve(id string, ip net.IP) (bool, error) + func (s *FakeStore) Unlock() error