mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
dhcpsvc: imp docs
This commit is contained in:
parent
0a078920a2
commit
38b3165b69
@ -19,6 +19,7 @@ type leaseIndex struct {
|
||||
byName map[string]*Lease
|
||||
}
|
||||
|
||||
// newLeaseIndex returns a new index for [Lease]s.
|
||||
func newLeaseIndex() *leaseIndex {
|
||||
return &leaseIndex{
|
||||
byAddr: map[netip.Addr]*Lease{},
|
||||
|
Loading…
Reference in New Issue
Block a user