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

@ -23,6 +23,7 @@ import (
type MockDataBrokerServiceClient struct {
ctrl *gomock.Controller
recorder *MockDataBrokerServiceClientMockRecorder
isgomock struct{}
}
// MockDataBrokerServiceClientMockRecorder is the mock recorder for MockDataBrokerServiceClient.
@ -266,6 +267,7 @@ func (mr *MockDataBrokerServiceClientMockRecorder) SyncLatest(ctx, in any, opts
type MockDataBrokerServiceServer struct {
ctrl *gomock.Controller
recorder *MockDataBrokerServiceServerMockRecorder
isgomock struct{}
}
// MockDataBrokerServiceServerMockRecorder is the mock recorder for MockDataBrokerServiceServer.
@ -452,6 +454,7 @@ func (mr *MockDataBrokerServiceServerMockRecorder) SyncLatest(arg0, arg1 any) *g
type MockUnsafeDataBrokerServiceServer struct {
ctrl *gomock.Controller
recorder *MockUnsafeDataBrokerServiceServerMockRecorder
isgomock struct{}
}
// MockUnsafeDataBrokerServiceServerMockRecorder is the mock recorder for MockUnsafeDataBrokerServiceServer.

View file

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