Versions in this module Expand all Collapse all v0 v0.10.0 Nov 4, 2022 Changes in this version + func NewServer(ctx context.Context, datastore string, trenchName string, ...) (ipamAPI.IpamServer, error) + type IpamServer struct + PrefixLengths map[ipamAPI.IPFamily]*types.PrefixLengths + Trenches map[ipamAPI.IPFamily]types.Trench + func (is *IpamServer) Allocate(ctx context.Context, child *ipamAPI.Child) (*ipamAPI.Prefix, error) + func (is *IpamServer) Release(ctx context.Context, child *ipamAPI.Child) (*emptypb.Empty, error)