config: add support for http3 advertise port (#5466)

This commit is contained in:
Caleb Doxsey 2025-02-03 13:58:57 -07:00 committed by GitHub
parent 2754d20a2d
commit 1e9a09269b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 309 additions and 219 deletions

View file

@ -21,6 +21,7 @@ import (
type MockLeaserHandler struct {
ctrl *gomock.Controller
recorder *MockLeaserHandlerMockRecorder
isgomock struct{}
}
// MockLeaserHandlerMockRecorder is the mock recorder for MockLeaserHandler.