Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterimStore ¶
type PoolServer ¶
type PoolServer struct { Config config.Reader Pools map[string]BNGPools Logger *logs.Logger LastInterimCleanup time.Time TimeBetweenCleanups time.Duration MaximumTimeForInterimStorage time.Duration LogLocation string }
Maybe read the IPv6-Pool-Mask once and store them in the PoolServer struct
func (*PoolServer) GenerateAvailableIPAddresses ¶
func (poolServer *PoolServer) GenerateAvailableIPAddresses()
func (*PoolServer) GetRequestHandler ¶
func (poolServer *PoolServer) GetRequestHandler() func(http.ResponseWriter, *http.Request)
Click to show internal directories.
Click to hide internal directories.