Init mocks base method.
(arg0 context.Context)
| 73 | |
| 74 | // Init mocks base method. |
| 75 | func (m *MockServerProxier) Init(arg0 context.Context) error { |
| 76 | m.ctrl.T.Helper() |
| 77 | ret := m.ctrl.Call(m, "Init", arg0) |
| 78 | ret0, _ := ret[0].(error) |
| 79 | return ret0 |
| 80 | } |
| 81 | |
| 82 | // Init indicates an expected call of Init. |
| 83 | func (mr *MockServerProxierMockRecorder) Init(arg0 any) *gomock.Call { |