Versions in this module Expand all Collapse all v0 v0.1.2 Dec 2, 2019 Changes in this version + type BNGPools struct + IpPools map[string]IPPool + type IPPool struct + FreeIPsOffsets []int + InterimOffsets map[string]InterimStore + Ipv4 net.IP + Ipv6 net.IP + Ipv6PD net.IP + ReservedIPOffsets map[string]int + type InterimStore struct + Offset int + Timestamp time.Time + type PoolServer struct + Config config.Reader + LastInterimCleanup time.Time + LogLocation string + Logger *logs.Logger + MaximumTimeForInterimStorage time.Duration + Pools map[string]BNGPools + TimeBetweenCleanups time.Duration + func (poolServer *PoolServer) GenerateAvailableIPAddresses() + func (poolServer *PoolServer) GetRequestHandler() func(http.ResponseWriter, *http.Request)