Skip to content

Commit

Permalink
dhcpsvc: imp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Feb 19, 2024
1 parent 0a07892 commit 38b3165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/dhcpsvc/leaseindex.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
Expand Down

0 comments on commit 38b3165

Please sign in to comment.