mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
config: add support for http3 advertise port (#5466)
This commit is contained in:
parent
2754d20a2d
commit
1e9a09269b
9 changed files with 309 additions and 219 deletions
|
@ -22,6 +22,7 @@ import (
|
|||
type MockRegistryClient struct {
|
||||
ctrl *gomock.Controller
|
||||
recorder *MockRegistryClientMockRecorder
|
||||
isgomock struct{}
|
||||
}
|
||||
|
||||
// MockRegistryClientMockRecorder is the mock recorder for MockRegistryClient.
|
||||
|
@ -105,6 +106,7 @@ func (mr *MockRegistryClientMockRecorder) Watch(ctx, in any, opts ...any) *gomoc
|
|||
type MockRegistryServer struct {
|
||||
ctrl *gomock.Controller
|
||||
recorder *MockRegistryServerMockRecorder
|
||||
isgomock struct{}
|
||||
}
|
||||
|
||||
// MockRegistryServerMockRecorder is the mock recorder for MockRegistryServer.
|
||||
|
@ -172,6 +174,7 @@ func (mr *MockRegistryServerMockRecorder) Watch(arg0, arg1 any) *gomock.Call {
|
|||
type MockUnsafeRegistryServer struct {
|
||||
ctrl *gomock.Controller
|
||||
recorder *MockUnsafeRegistryServerMockRecorder
|
||||
isgomock struct{}
|
||||
}
|
||||
|
||||
// MockUnsafeRegistryServerMockRecorder is the mock recorder for MockUnsafeRegistryServer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue