Versions in this module Expand all Collapse all v18 v18.0.0 May 14, 2025 Changes in this version + type AgentConfiguration_GetConfigurationClient interface + type AgentConfiguration_GetConfigurationServer interface + type MockAgentConfigurationClient struct + func NewMockAgentConfigurationClient(ctrl *gomock.Controller) *MockAgentConfigurationClient + func (m *MockAgentConfigurationClient) EXPECT() *MockAgentConfigurationClientMockRecorder + func (m *MockAgentConfigurationClient) GetConfiguration(ctx context.Context, in *rpc.ConfigurationRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[rpc.ConfigurationResponse], error) + type MockAgentConfigurationClientGetConfigurationCall struct + func (c *MockAgentConfigurationClientGetConfigurationCall) Do(...) *MockAgentConfigurationClientGetConfigurationCall + func (c *MockAgentConfigurationClientGetConfigurationCall) DoAndReturn(...) *MockAgentConfigurationClientGetConfigurationCall + func (c *MockAgentConfigurationClientGetConfigurationCall) Return(arg0 grpc.ServerStreamingClient[rpc.ConfigurationResponse], arg1 error) *MockAgentConfigurationClientGetConfigurationCall + type MockAgentConfigurationClientMockRecorder struct + func (mr *MockAgentConfigurationClientMockRecorder) GetConfiguration(ctx, in any, opts ...any) *MockAgentConfigurationClientGetConfigurationCall + type MockAgentConfigurationServer struct + func NewMockAgentConfigurationServer(ctrl *gomock.Controller) *MockAgentConfigurationServer + func (m *MockAgentConfigurationServer) EXPECT() *MockAgentConfigurationServerMockRecorder + func (m *MockAgentConfigurationServer) GetConfiguration(arg0 *rpc.ConfigurationRequest, ...) error + type MockAgentConfigurationServerGetConfigurationCall struct + func (c *MockAgentConfigurationServerGetConfigurationCall) Do(f func(*rpc.ConfigurationRequest, ...) error) *MockAgentConfigurationServerGetConfigurationCall + func (c *MockAgentConfigurationServerGetConfigurationCall) DoAndReturn(f func(*rpc.ConfigurationRequest, ...) error) *MockAgentConfigurationServerGetConfigurationCall + func (c *MockAgentConfigurationServerGetConfigurationCall) Return(arg0 error) *MockAgentConfigurationServerGetConfigurationCall + type MockAgentConfigurationServerMockRecorder struct + func (mr *MockAgentConfigurationServerMockRecorder) GetConfiguration(arg0, arg1 any) *MockAgentConfigurationServerGetConfigurationCall + type MockAgentConfigurationServermustEmbedUnimplementedAgentConfigurationServerCall struct + func (c *MockAgentConfigurationServermustEmbedUnimplementedAgentConfigurationServerCall) Do(f func()) ... + func (c *MockAgentConfigurationServermustEmbedUnimplementedAgentConfigurationServerCall) DoAndReturn(f func()) ... + func (c *MockAgentConfigurationServermustEmbedUnimplementedAgentConfigurationServerCall) Return() ... + type MockAgentConfiguration_GetConfigurationClient struct + func NewMockAgentConfiguration_GetConfigurationClient(ctrl *gomock.Controller) *MockAgentConfiguration_GetConfigurationClient + func (m *MockAgentConfiguration_GetConfigurationClient) CloseSend() error + func (m *MockAgentConfiguration_GetConfigurationClient) Context() context.Context + func (m *MockAgentConfiguration_GetConfigurationClient) EXPECT() *MockAgentConfiguration_GetConfigurationClientMockRecorder + func (m *MockAgentConfiguration_GetConfigurationClient) Header() (metadata.MD, error) + func (m *MockAgentConfiguration_GetConfigurationClient) Recv() (*rpc.ConfigurationResponse, error) + func (m *MockAgentConfiguration_GetConfigurationClient) Trailer() metadata.MD + func (m_2 *MockAgentConfiguration_GetConfigurationClient) RecvMsg(m any) error + func (m_2 *MockAgentConfiguration_GetConfigurationClient) SendMsg(m any) error + type MockAgentConfiguration_GetConfigurationClientCloseSendCall struct + func (c *MockAgentConfiguration_GetConfigurationClientCloseSendCall) Do(f func() error) *MockAgentConfiguration_GetConfigurationClientCloseSendCall + func (c *MockAgentConfiguration_GetConfigurationClientCloseSendCall) DoAndReturn(f func() error) *MockAgentConfiguration_GetConfigurationClientCloseSendCall + func (c *MockAgentConfiguration_GetConfigurationClientCloseSendCall) Return(arg0 error) *MockAgentConfiguration_GetConfigurationClientCloseSendCall + type MockAgentConfiguration_GetConfigurationClientContextCall struct + func (c *MockAgentConfiguration_GetConfigurationClientContextCall) Do(f func() context.Context) *MockAgentConfiguration_GetConfigurationClientContextCall + func (c *MockAgentConfiguration_GetConfigurationClientContextCall) DoAndReturn(f func() context.Context) *MockAgentConfiguration_GetConfigurationClientContextCall + func (c *MockAgentConfiguration_GetConfigurationClientContextCall) Return(arg0 context.Context) *MockAgentConfiguration_GetConfigurationClientContextCall + type MockAgentConfiguration_GetConfigurationClientHeaderCall struct + func (c *MockAgentConfiguration_GetConfigurationClientHeaderCall) Do(f func() (metadata.MD, error)) *MockAgentConfiguration_GetConfigurationClientHeaderCall + func (c *MockAgentConfiguration_GetConfigurationClientHeaderCall) DoAndReturn(f func() (metadata.MD, error)) *MockAgentConfiguration_GetConfigurationClientHeaderCall + func (c *MockAgentConfiguration_GetConfigurationClientHeaderCall) Return(arg0 metadata.MD, arg1 error) *MockAgentConfiguration_GetConfigurationClientHeaderCall + type MockAgentConfiguration_GetConfigurationClientMockRecorder struct + func (mr *MockAgentConfiguration_GetConfigurationClientMockRecorder) CloseSend() *MockAgentConfiguration_GetConfigurationClientCloseSendCall + func (mr *MockAgentConfiguration_GetConfigurationClientMockRecorder) Context() *MockAgentConfiguration_GetConfigurationClientContextCall + func (mr *MockAgentConfiguration_GetConfigurationClientMockRecorder) Header() *MockAgentConfiguration_GetConfigurationClientHeaderCall + func (mr *MockAgentConfiguration_GetConfigurationClientMockRecorder) Recv() *MockAgentConfiguration_GetConfigurationClientRecvCall + func (mr *MockAgentConfiguration_GetConfigurationClientMockRecorder) RecvMsg(m any) *MockAgentConfiguration_GetConfigurationClientRecvMsgCall + func (mr *MockAgentConfiguration_GetConfigurationClientMockRecorder) SendMsg(m any) *MockAgentConfiguration_GetConfigurationClientSendMsgCall + func (mr *MockAgentConfiguration_GetConfigurationClientMockRecorder) Trailer() *MockAgentConfiguration_GetConfigurationClientTrailerCall + type MockAgentConfiguration_GetConfigurationClientRecvCall struct + func (c *MockAgentConfiguration_GetConfigurationClientRecvCall) Do(f func() (*rpc.ConfigurationResponse, error)) *MockAgentConfiguration_GetConfigurationClientRecvCall + func (c *MockAgentConfiguration_GetConfigurationClientRecvCall) DoAndReturn(f func() (*rpc.ConfigurationResponse, error)) *MockAgentConfiguration_GetConfigurationClientRecvCall + func (c *MockAgentConfiguration_GetConfigurationClientRecvCall) Return(arg0 *rpc.ConfigurationResponse, arg1 error) *MockAgentConfiguration_GetConfigurationClientRecvCall + type MockAgentConfiguration_GetConfigurationClientRecvMsgCall struct + func (c *MockAgentConfiguration_GetConfigurationClientRecvMsgCall) Do(f func(any) error) *MockAgentConfiguration_GetConfigurationClientRecvMsgCall + func (c *MockAgentConfiguration_GetConfigurationClientRecvMsgCall) DoAndReturn(f func(any) error) *MockAgentConfiguration_GetConfigurationClientRecvMsgCall + func (c *MockAgentConfiguration_GetConfigurationClientRecvMsgCall) Return(arg0 error) *MockAgentConfiguration_GetConfigurationClientRecvMsgCall + type MockAgentConfiguration_GetConfigurationClientSendMsgCall struct + func (c *MockAgentConfiguration_GetConfigurationClientSendMsgCall) Do(f func(any) error) *MockAgentConfiguration_GetConfigurationClientSendMsgCall + func (c *MockAgentConfiguration_GetConfigurationClientSendMsgCall) DoAndReturn(f func(any) error) *MockAgentConfiguration_GetConfigurationClientSendMsgCall + func (c *MockAgentConfiguration_GetConfigurationClientSendMsgCall) Return(arg0 error) *MockAgentConfiguration_GetConfigurationClientSendMsgCall + type MockAgentConfiguration_GetConfigurationClientTrailerCall struct + func (c *MockAgentConfiguration_GetConfigurationClientTrailerCall) Do(f func() metadata.MD) *MockAgentConfiguration_GetConfigurationClientTrailerCall + func (c *MockAgentConfiguration_GetConfigurationClientTrailerCall) DoAndReturn(f func() metadata.MD) *MockAgentConfiguration_GetConfigurationClientTrailerCall + func (c *MockAgentConfiguration_GetConfigurationClientTrailerCall) Return(arg0 metadata.MD) *MockAgentConfiguration_GetConfigurationClientTrailerCall + type MockAgentConfiguration_GetConfigurationServer struct + func NewMockAgentConfiguration_GetConfigurationServer(ctrl *gomock.Controller) *MockAgentConfiguration_GetConfigurationServer + func (m *MockAgentConfiguration_GetConfigurationServer) Context() context.Context + func (m *MockAgentConfiguration_GetConfigurationServer) EXPECT() *MockAgentConfiguration_GetConfigurationServerMockRecorder + func (m *MockAgentConfiguration_GetConfigurationServer) Send(arg0 *rpc.ConfigurationResponse) error + func (m *MockAgentConfiguration_GetConfigurationServer) SendHeader(arg0 metadata.MD) error + func (m *MockAgentConfiguration_GetConfigurationServer) SetHeader(arg0 metadata.MD) error + func (m *MockAgentConfiguration_GetConfigurationServer) SetTrailer(arg0 metadata.MD) + func (m_2 *MockAgentConfiguration_GetConfigurationServer) RecvMsg(m any) error + func (m_2 *MockAgentConfiguration_GetConfigurationServer) SendMsg(m any) error + type MockAgentConfiguration_GetConfigurationServerContextCall struct + func (c *MockAgentConfiguration_GetConfigurationServerContextCall) Do(f func() context.Context) *MockAgentConfiguration_GetConfigurationServerContextCall + func (c *MockAgentConfiguration_GetConfigurationServerContextCall) DoAndReturn(f func() context.Context) *MockAgentConfiguration_GetConfigurationServerContextCall + func (c *MockAgentConfiguration_GetConfigurationServerContextCall) Return(arg0 context.Context) *MockAgentConfiguration_GetConfigurationServerContextCall + type MockAgentConfiguration_GetConfigurationServerMockRecorder struct + func (mr *MockAgentConfiguration_GetConfigurationServerMockRecorder) Context() *MockAgentConfiguration_GetConfigurationServerContextCall + func (mr *MockAgentConfiguration_GetConfigurationServerMockRecorder) RecvMsg(m any) *MockAgentConfiguration_GetConfigurationServerRecvMsgCall + func (mr *MockAgentConfiguration_GetConfigurationServerMockRecorder) Send(arg0 any) *MockAgentConfiguration_GetConfigurationServerSendCall + func (mr *MockAgentConfiguration_GetConfigurationServerMockRecorder) SendHeader(arg0 any) *MockAgentConfiguration_GetConfigurationServerSendHeaderCall + func (mr *MockAgentConfiguration_GetConfigurationServerMockRecorder) SendMsg(m any) *MockAgentConfiguration_GetConfigurationServerSendMsgCall + func (mr *MockAgentConfiguration_GetConfigurationServerMockRecorder) SetHeader(arg0 any) *MockAgentConfiguration_GetConfigurationServerSetHeaderCall + func (mr *MockAgentConfiguration_GetConfigurationServerMockRecorder) SetTrailer(arg0 any) *MockAgentConfiguration_GetConfigurationServerSetTrailerCall + type MockAgentConfiguration_GetConfigurationServerRecvMsgCall struct + func (c *MockAgentConfiguration_GetConfigurationServerRecvMsgCall) Do(f func(any) error) *MockAgentConfiguration_GetConfigurationServerRecvMsgCall + func (c *MockAgentConfiguration_GetConfigurationServerRecvMsgCall) DoAndReturn(f func(any) error) *MockAgentConfiguration_GetConfigurationServerRecvMsgCall + func (c *MockAgentConfiguration_GetConfigurationServerRecvMsgCall) Return(arg0 error) *MockAgentConfiguration_GetConfigurationServerRecvMsgCall + type MockAgentConfiguration_GetConfigurationServerSendCall struct + func (c *MockAgentConfiguration_GetConfigurationServerSendCall) Do(f func(*rpc.ConfigurationResponse) error) *MockAgentConfiguration_GetConfigurationServerSendCall + func (c *MockAgentConfiguration_GetConfigurationServerSendCall) DoAndReturn(f func(*rpc.ConfigurationResponse) error) *MockAgentConfiguration_GetConfigurationServerSendCall + func (c *MockAgentConfiguration_GetConfigurationServerSendCall) Return(arg0 error) *MockAgentConfiguration_GetConfigurationServerSendCall + type MockAgentConfiguration_GetConfigurationServerSendHeaderCall struct + func (c *MockAgentConfiguration_GetConfigurationServerSendHeaderCall) Do(f func(metadata.MD) error) *MockAgentConfiguration_GetConfigurationServerSendHeaderCall + func (c *MockAgentConfiguration_GetConfigurationServerSendHeaderCall) DoAndReturn(f func(metadata.MD) error) *MockAgentConfiguration_GetConfigurationServerSendHeaderCall + func (c *MockAgentConfiguration_GetConfigurationServerSendHeaderCall) Return(arg0 error) *MockAgentConfiguration_GetConfigurationServerSendHeaderCall + type MockAgentConfiguration_GetConfigurationServerSendMsgCall struct + func (c *MockAgentConfiguration_GetConfigurationServerSendMsgCall) Do(f func(any) error) *MockAgentConfiguration_GetConfigurationServerSendMsgCall + func (c *MockAgentConfiguration_GetConfigurationServerSendMsgCall) DoAndReturn(f func(any) error) *MockAgentConfiguration_GetConfigurationServerSendMsgCall + func (c *MockAgentConfiguration_GetConfigurationServerSendMsgCall) Return(arg0 error) *MockAgentConfiguration_GetConfigurationServerSendMsgCall + type MockAgentConfiguration_GetConfigurationServerSetHeaderCall struct + func (c *MockAgentConfiguration_GetConfigurationServerSetHeaderCall) Do(f func(metadata.MD) error) *MockAgentConfiguration_GetConfigurationServerSetHeaderCall + func (c *MockAgentConfiguration_GetConfigurationServerSetHeaderCall) DoAndReturn(f func(metadata.MD) error) *MockAgentConfiguration_GetConfigurationServerSetHeaderCall + func (c *MockAgentConfiguration_GetConfigurationServerSetHeaderCall) Return(arg0 error) *MockAgentConfiguration_GetConfigurationServerSetHeaderCall + type MockAgentConfiguration_GetConfigurationServerSetTrailerCall struct + func (c *MockAgentConfiguration_GetConfigurationServerSetTrailerCall) Do(f func(metadata.MD)) *MockAgentConfiguration_GetConfigurationServerSetTrailerCall + func (c *MockAgentConfiguration_GetConfigurationServerSetTrailerCall) DoAndReturn(f func(metadata.MD)) *MockAgentConfiguration_GetConfigurationServerSetTrailerCall + func (c *MockAgentConfiguration_GetConfigurationServerSetTrailerCall) Return() *MockAgentConfiguration_GetConfigurationServerSetTrailerCall + type MockClientConnInterface struct + func NewMockClientConnInterface(ctrl *gomock.Controller) *MockClientConnInterface + func (m *MockClientConnInterface) EXPECT() *MockClientConnInterfaceMockRecorder + func (m *MockClientConnInterface) Invoke(ctx context.Context, method string, args, reply any, opts ...grpc.CallOption) error + func (m *MockClientConnInterface) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, ...) (grpc.ClientStream, error) + type MockClientConnInterfaceInvokeCall struct + func (c *MockClientConnInterfaceInvokeCall) Do(f func(context.Context, string, any, any, ...grpc.CallOption) error) *MockClientConnInterfaceInvokeCall + func (c *MockClientConnInterfaceInvokeCall) DoAndReturn(f func(context.Context, string, any, any, ...grpc.CallOption) error) *MockClientConnInterfaceInvokeCall + func (c *MockClientConnInterfaceInvokeCall) Return(arg0 error) *MockClientConnInterfaceInvokeCall + type MockClientConnInterfaceMockRecorder struct + func (mr *MockClientConnInterfaceMockRecorder) Invoke(ctx, method, args, reply any, opts ...any) *MockClientConnInterfaceInvokeCall + func (mr *MockClientConnInterfaceMockRecorder) NewStream(ctx, desc, method any, opts ...any) *MockClientConnInterfaceNewStreamCall + type MockClientConnInterfaceNewStreamCall struct + func (c *MockClientConnInterfaceNewStreamCall) Do(...) *MockClientConnInterfaceNewStreamCall + func (c *MockClientConnInterfaceNewStreamCall) DoAndReturn(...) *MockClientConnInterfaceNewStreamCall + func (c *MockClientConnInterfaceNewStreamCall) Return(arg0 grpc.ClientStream, arg1 error) *MockClientConnInterfaceNewStreamCall + type MockClientStream struct + func InitMockClientStream(ctrl *gomock.Controller, eof bool, msgs ...proto.Message) (*MockClientStream, []any) + func NewMockClientStream(ctrl *gomock.Controller) *MockClientStream + func (m *MockClientStream) CloseSend() error + func (m *MockClientStream) Context() context.Context + func (m *MockClientStream) EXPECT() *MockClientStreamMockRecorder + func (m *MockClientStream) Header() (metadata.MD, error) + func (m *MockClientStream) Trailer() metadata.MD + func (m_2 *MockClientStream) RecvMsg(m any) error + func (m_2 *MockClientStream) SendMsg(m any) error + type MockClientStreamCloseSendCall struct + func (c *MockClientStreamCloseSendCall) Do(f func() error) *MockClientStreamCloseSendCall + func (c *MockClientStreamCloseSendCall) DoAndReturn(f func() error) *MockClientStreamCloseSendCall + func (c *MockClientStreamCloseSendCall) Return(arg0 error) *MockClientStreamCloseSendCall + type MockClientStreamContextCall struct + func (c *MockClientStreamContextCall) Do(f func() context.Context) *MockClientStreamContextCall + func (c *MockClientStreamContextCall) DoAndReturn(f func() context.Context) *MockClientStreamContextCall + func (c *MockClientStreamContextCall) Return(arg0 context.Context) *MockClientStreamContextCall + type MockClientStreamHeaderCall struct + func (c *MockClientStreamHeaderCall) Do(f func() (metadata.MD, error)) *MockClientStreamHeaderCall + func (c *MockClientStreamHeaderCall) DoAndReturn(f func() (metadata.MD, error)) *MockClientStreamHeaderCall + func (c *MockClientStreamHeaderCall) Return(arg0 metadata.MD, arg1 error) *MockClientStreamHeaderCall + type MockClientStreamMockRecorder struct + func (mr *MockClientStreamMockRecorder) CloseSend() *MockClientStreamCloseSendCall + func (mr *MockClientStreamMockRecorder) Context() *MockClientStreamContextCall + func (mr *MockClientStreamMockRecorder) Header() *MockClientStreamHeaderCall + func (mr *MockClientStreamMockRecorder) RecvMsg(m any) *MockClientStreamRecvMsgCall + func (mr *MockClientStreamMockRecorder) SendMsg(m any) *MockClientStreamSendMsgCall + func (mr *MockClientStreamMockRecorder) Trailer() *MockClientStreamTrailerCall + type MockClientStreamRecvMsgCall struct + func (c *MockClientStreamRecvMsgCall) Do(f func(any) error) *MockClientStreamRecvMsgCall + func (c *MockClientStreamRecvMsgCall) DoAndReturn(f func(any) error) *MockClientStreamRecvMsgCall + func (c *MockClientStreamRecvMsgCall) Return(arg0 error) *MockClientStreamRecvMsgCall + type MockClientStreamSendMsgCall struct + func (c *MockClientStreamSendMsgCall) Do(f func(any) error) *MockClientStreamSendMsgCall + func (c *MockClientStreamSendMsgCall) DoAndReturn(f func(any) error) *MockClientStreamSendMsgCall + func (c *MockClientStreamSendMsgCall) Return(arg0 error) *MockClientStreamSendMsgCall + type MockClientStreamTrailerCall struct + func (c *MockClientStreamTrailerCall) Do(f func() metadata.MD) *MockClientStreamTrailerCall + func (c *MockClientStreamTrailerCall) DoAndReturn(f func() metadata.MD) *MockClientStreamTrailerCall + func (c *MockClientStreamTrailerCall) Return(arg0 metadata.MD) *MockClientStreamTrailerCall + type MockConfigurationWatcherInterface struct + func NewMockConfigurationWatcherInterface(ctrl *gomock.Controller) *MockConfigurationWatcherInterface + func (m *MockConfigurationWatcherInterface) EXPECT() *MockConfigurationWatcherInterfaceMockRecorder + func (m *MockConfigurationWatcherInterface) Watch(arg0 context.Context, arg1 rpc.ConfigurationCallback) + type MockConfigurationWatcherInterfaceMockRecorder struct + func (mr *MockConfigurationWatcherInterfaceMockRecorder) Watch(arg0, arg1 any) *MockConfigurationWatcherInterfaceWatchCall + type MockConfigurationWatcherInterfaceWatchCall struct + func (c *MockConfigurationWatcherInterfaceWatchCall) Do(f func(context.Context, rpc.ConfigurationCallback)) *MockConfigurationWatcherInterfaceWatchCall + func (c *MockConfigurationWatcherInterfaceWatchCall) DoAndReturn(f func(context.Context, rpc.ConfigurationCallback)) *MockConfigurationWatcherInterfaceWatchCall + func (c *MockConfigurationWatcherInterfaceWatchCall) Return() *MockConfigurationWatcherInterfaceWatchCall + type MockGitlabAccess_MakeRequestServer struct + func NewMockGitlabAccess_MakeRequestServer[Req any, Res any](ctrl *gomock.Controller) *MockGitlabAccess_MakeRequestServer[Req, Res] + func (m *MockGitlabAccess_MakeRequestServer[Req, Res]) Context() context.Context + func (m *MockGitlabAccess_MakeRequestServer[Req, Res]) EXPECT() *MockGitlabAccess_MakeRequestServerMockRecorder[Req, Res] + func (m *MockGitlabAccess_MakeRequestServer[Req, Res]) Recv() (*grpctool.HttpRequest, error) + func (m *MockGitlabAccess_MakeRequestServer[Req, Res]) Send(arg0 *grpctool.HttpResponse) error + func (m *MockGitlabAccess_MakeRequestServer[Req, Res]) SendHeader(arg0 metadata.MD) error + func (m *MockGitlabAccess_MakeRequestServer[Req, Res]) SetHeader(arg0 metadata.MD) error + func (m *MockGitlabAccess_MakeRequestServer[Req, Res]) SetTrailer(arg0 metadata.MD) + func (m_2 *MockGitlabAccess_MakeRequestServer[Req, Res]) RecvMsg(m any) error + func (m_2 *MockGitlabAccess_MakeRequestServer[Req, Res]) SendMsg(m any) error + type MockGitlabAccess_MakeRequestServerContextCall struct + func (c *MockGitlabAccess_MakeRequestServerContextCall[Req, Res]) Do(f func() context.Context) *MockGitlabAccess_MakeRequestServerContextCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerContextCall[Req, Res]) DoAndReturn(f func() context.Context) *MockGitlabAccess_MakeRequestServerContextCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerContextCall[Req, Res]) Return(arg0 context.Context) *MockGitlabAccess_MakeRequestServerContextCall[Req, Res] + type MockGitlabAccess_MakeRequestServerMockRecorder struct + func (mr *MockGitlabAccess_MakeRequestServerMockRecorder[Req, Res]) Context() *MockGitlabAccess_MakeRequestServerContextCall[Req, Res] + func (mr *MockGitlabAccess_MakeRequestServerMockRecorder[Req, Res]) Recv() *MockGitlabAccess_MakeRequestServerRecvCall[Req, Res] + func (mr *MockGitlabAccess_MakeRequestServerMockRecorder[Req, Res]) RecvMsg(m any) *MockGitlabAccess_MakeRequestServerRecvMsgCall[Req, Res] + func (mr *MockGitlabAccess_MakeRequestServerMockRecorder[Req, Res]) Send(arg0 any) *MockGitlabAccess_MakeRequestServerSendCall[Req, Res] + func (mr *MockGitlabAccess_MakeRequestServerMockRecorder[Req, Res]) SendHeader(arg0 any) *MockGitlabAccess_MakeRequestServerSendHeaderCall[Req, Res] + func (mr *MockGitlabAccess_MakeRequestServerMockRecorder[Req, Res]) SendMsg(m any) *MockGitlabAccess_MakeRequestServerSendMsgCall[Req, Res] + func (mr *MockGitlabAccess_MakeRequestServerMockRecorder[Req, Res]) SetHeader(arg0 any) *MockGitlabAccess_MakeRequestServerSetHeaderCall[Req, Res] + func (mr *MockGitlabAccess_MakeRequestServerMockRecorder[Req, Res]) SetTrailer(arg0 any) *MockGitlabAccess_MakeRequestServerSetTrailerCall[Req, Res] + type MockGitlabAccess_MakeRequestServerRecvCall struct + func (c *MockGitlabAccess_MakeRequestServerRecvCall[Req, Res]) Do(f func() (*grpctool.HttpRequest, error)) *MockGitlabAccess_MakeRequestServerRecvCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerRecvCall[Req, Res]) DoAndReturn(f func() (*grpctool.HttpRequest, error)) *MockGitlabAccess_MakeRequestServerRecvCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerRecvCall[Req, Res]) Return(arg0 *grpctool.HttpRequest, arg1 error) *MockGitlabAccess_MakeRequestServerRecvCall[Req, Res] + type MockGitlabAccess_MakeRequestServerRecvMsgCall struct + func (c *MockGitlabAccess_MakeRequestServerRecvMsgCall[Req, Res]) Do(f func(any) error) *MockGitlabAccess_MakeRequestServerRecvMsgCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerRecvMsgCall[Req, Res]) DoAndReturn(f func(any) error) *MockGitlabAccess_MakeRequestServerRecvMsgCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerRecvMsgCall[Req, Res]) Return(arg0 error) *MockGitlabAccess_MakeRequestServerRecvMsgCall[Req, Res] + type MockGitlabAccess_MakeRequestServerSendCall struct + func (c *MockGitlabAccess_MakeRequestServerSendCall[Req, Res]) Do(f func(*grpctool.HttpResponse) error) *MockGitlabAccess_MakeRequestServerSendCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSendCall[Req, Res]) DoAndReturn(f func(*grpctool.HttpResponse) error) *MockGitlabAccess_MakeRequestServerSendCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSendCall[Req, Res]) Return(arg0 error) *MockGitlabAccess_MakeRequestServerSendCall[Req, Res] + type MockGitlabAccess_MakeRequestServerSendHeaderCall struct + func (c *MockGitlabAccess_MakeRequestServerSendHeaderCall[Req, Res]) Do(f func(metadata.MD) error) *MockGitlabAccess_MakeRequestServerSendHeaderCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSendHeaderCall[Req, Res]) DoAndReturn(f func(metadata.MD) error) *MockGitlabAccess_MakeRequestServerSendHeaderCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSendHeaderCall[Req, Res]) Return(arg0 error) *MockGitlabAccess_MakeRequestServerSendHeaderCall[Req, Res] + type MockGitlabAccess_MakeRequestServerSendMsgCall struct + func (c *MockGitlabAccess_MakeRequestServerSendMsgCall[Req, Res]) Do(f func(any) error) *MockGitlabAccess_MakeRequestServerSendMsgCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSendMsgCall[Req, Res]) DoAndReturn(f func(any) error) *MockGitlabAccess_MakeRequestServerSendMsgCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSendMsgCall[Req, Res]) Return(arg0 error) *MockGitlabAccess_MakeRequestServerSendMsgCall[Req, Res] + type MockGitlabAccess_MakeRequestServerSetHeaderCall struct + func (c *MockGitlabAccess_MakeRequestServerSetHeaderCall[Req, Res]) Do(f func(metadata.MD) error) *MockGitlabAccess_MakeRequestServerSetHeaderCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSetHeaderCall[Req, Res]) DoAndReturn(f func(metadata.MD) error) *MockGitlabAccess_MakeRequestServerSetHeaderCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSetHeaderCall[Req, Res]) Return(arg0 error) *MockGitlabAccess_MakeRequestServerSetHeaderCall[Req, Res] + type MockGitlabAccess_MakeRequestServerSetTrailerCall struct + func (c *MockGitlabAccess_MakeRequestServerSetTrailerCall[Req, Res]) Do(f func(metadata.MD)) *MockGitlabAccess_MakeRequestServerSetTrailerCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSetTrailerCall[Req, Res]) DoAndReturn(f func(metadata.MD)) *MockGitlabAccess_MakeRequestServerSetTrailerCall[Req, Res] + func (c *MockGitlabAccess_MakeRequestServerSetTrailerCall[Req, Res]) Return() *MockGitlabAccess_MakeRequestServerSetTrailerCall[Req, Res] + type MockInboundGRPCToOutboundHTTPStream struct + func NewMockInboundGRPCToOutboundHTTPStream[Res any](ctrl *gomock.Controller) *MockInboundGRPCToOutboundHTTPStream[Res] + func (m *MockInboundGRPCToOutboundHTTPStream[Res]) Context() context.Context + func (m *MockInboundGRPCToOutboundHTTPStream[Res]) EXPECT() *MockInboundGRPCToOutboundHTTPStreamMockRecorder[Res] + func (m *MockInboundGRPCToOutboundHTTPStream[Res]) Send(arg0 *grpctool.HttpResponse) error + func (m *MockInboundGRPCToOutboundHTTPStream[Res]) SendHeader(arg0 metadata.MD) error + func (m *MockInboundGRPCToOutboundHTTPStream[Res]) SetHeader(arg0 metadata.MD) error + func (m *MockInboundGRPCToOutboundHTTPStream[Res]) SetTrailer(arg0 metadata.MD) + func (m_2 *MockInboundGRPCToOutboundHTTPStream[Res]) RecvMsg(m any) error + func (m_2 *MockInboundGRPCToOutboundHTTPStream[Res]) SendMsg(m any) error + type MockInboundGRPCToOutboundHTTPStreamContextCall struct + func (c *MockInboundGRPCToOutboundHTTPStreamContextCall[Res]) Do(f func() context.Context) *MockInboundGRPCToOutboundHTTPStreamContextCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamContextCall[Res]) DoAndReturn(f func() context.Context) *MockInboundGRPCToOutboundHTTPStreamContextCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamContextCall[Res]) Return(arg0 context.Context) *MockInboundGRPCToOutboundHTTPStreamContextCall[Res] + type MockInboundGRPCToOutboundHTTPStreamMockRecorder struct + func (mr *MockInboundGRPCToOutboundHTTPStreamMockRecorder[Res]) Context() *MockInboundGRPCToOutboundHTTPStreamContextCall[Res] + func (mr *MockInboundGRPCToOutboundHTTPStreamMockRecorder[Res]) RecvMsg(m any) *MockInboundGRPCToOutboundHTTPStreamRecvMsgCall[Res] + func (mr *MockInboundGRPCToOutboundHTTPStreamMockRecorder[Res]) Send(arg0 any) *MockInboundGRPCToOutboundHTTPStreamSendCall[Res] + func (mr *MockInboundGRPCToOutboundHTTPStreamMockRecorder[Res]) SendHeader(arg0 any) *MockInboundGRPCToOutboundHTTPStreamSendHeaderCall[Res] + func (mr *MockInboundGRPCToOutboundHTTPStreamMockRecorder[Res]) SendMsg(m any) *MockInboundGRPCToOutboundHTTPStreamSendMsgCall[Res] + func (mr *MockInboundGRPCToOutboundHTTPStreamMockRecorder[Res]) SetHeader(arg0 any) *MockInboundGRPCToOutboundHTTPStreamSetHeaderCall[Res] + func (mr *MockInboundGRPCToOutboundHTTPStreamMockRecorder[Res]) SetTrailer(arg0 any) *MockInboundGRPCToOutboundHTTPStreamSetTrailerCall[Res] + type MockInboundGRPCToOutboundHTTPStreamRecvMsgCall struct + func (c *MockInboundGRPCToOutboundHTTPStreamRecvMsgCall[Res]) Do(f func(any) error) *MockInboundGRPCToOutboundHTTPStreamRecvMsgCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamRecvMsgCall[Res]) DoAndReturn(f func(any) error) *MockInboundGRPCToOutboundHTTPStreamRecvMsgCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamRecvMsgCall[Res]) Return(arg0 error) *MockInboundGRPCToOutboundHTTPStreamRecvMsgCall[Res] + type MockInboundGRPCToOutboundHTTPStreamSendCall struct + func (c *MockInboundGRPCToOutboundHTTPStreamSendCall[Res]) Do(f func(*grpctool.HttpResponse) error) *MockInboundGRPCToOutboundHTTPStreamSendCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSendCall[Res]) DoAndReturn(f func(*grpctool.HttpResponse) error) *MockInboundGRPCToOutboundHTTPStreamSendCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSendCall[Res]) Return(arg0 error) *MockInboundGRPCToOutboundHTTPStreamSendCall[Res] + type MockInboundGRPCToOutboundHTTPStreamSendHeaderCall struct + func (c *MockInboundGRPCToOutboundHTTPStreamSendHeaderCall[Res]) Do(f func(metadata.MD) error) *MockInboundGRPCToOutboundHTTPStreamSendHeaderCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSendHeaderCall[Res]) DoAndReturn(f func(metadata.MD) error) *MockInboundGRPCToOutboundHTTPStreamSendHeaderCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSendHeaderCall[Res]) Return(arg0 error) *MockInboundGRPCToOutboundHTTPStreamSendHeaderCall[Res] + type MockInboundGRPCToOutboundHTTPStreamSendMsgCall struct + func (c *MockInboundGRPCToOutboundHTTPStreamSendMsgCall[Res]) Do(f func(any) error) *MockInboundGRPCToOutboundHTTPStreamSendMsgCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSendMsgCall[Res]) DoAndReturn(f func(any) error) *MockInboundGRPCToOutboundHTTPStreamSendMsgCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSendMsgCall[Res]) Return(arg0 error) *MockInboundGRPCToOutboundHTTPStreamSendMsgCall[Res] + type MockInboundGRPCToOutboundHTTPStreamSetHeaderCall struct + func (c *MockInboundGRPCToOutboundHTTPStreamSetHeaderCall[Res]) Do(f func(metadata.MD) error) *MockInboundGRPCToOutboundHTTPStreamSetHeaderCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSetHeaderCall[Res]) DoAndReturn(f func(metadata.MD) error) *MockInboundGRPCToOutboundHTTPStreamSetHeaderCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSetHeaderCall[Res]) Return(arg0 error) *MockInboundGRPCToOutboundHTTPStreamSetHeaderCall[Res] + type MockInboundGRPCToOutboundHTTPStreamSetTrailerCall struct + func (c *MockInboundGRPCToOutboundHTTPStreamSetTrailerCall[Res]) Do(f func(metadata.MD)) *MockInboundGRPCToOutboundHTTPStreamSetTrailerCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSetTrailerCall[Res]) DoAndReturn(f func(metadata.MD)) *MockInboundGRPCToOutboundHTTPStreamSetTrailerCall[Res] + func (c *MockInboundGRPCToOutboundHTTPStreamSetTrailerCall[Res]) Return() *MockInboundGRPCToOutboundHTTPStreamSetTrailerCall[Res] + type MockPoolConn struct + func NewMockPoolConn(ctrl *gomock.Controller) *MockPoolConn + func (m *MockPoolConn) Done() + func (m *MockPoolConn) EXPECT() *MockPoolConnMockRecorder + func (m *MockPoolConn) Invoke(ctx context.Context, method string, args, reply any, opts ...grpc.CallOption) error + func (m *MockPoolConn) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, ...) (grpc.ClientStream, error) + type MockPoolConnDoneCall struct + func (c *MockPoolConnDoneCall) Do(f func()) *MockPoolConnDoneCall + func (c *MockPoolConnDoneCall) DoAndReturn(f func()) *MockPoolConnDoneCall + func (c *MockPoolConnDoneCall) Return() *MockPoolConnDoneCall + type MockPoolConnInvokeCall struct + func (c *MockPoolConnInvokeCall) Do(f func(context.Context, string, any, any, ...grpc.CallOption) error) *MockPoolConnInvokeCall + func (c *MockPoolConnInvokeCall) DoAndReturn(f func(context.Context, string, any, any, ...grpc.CallOption) error) *MockPoolConnInvokeCall + func (c *MockPoolConnInvokeCall) Return(arg0 error) *MockPoolConnInvokeCall + type MockPoolConnMockRecorder struct + func (mr *MockPoolConnMockRecorder) Done() *MockPoolConnDoneCall + func (mr *MockPoolConnMockRecorder) Invoke(ctx, method, args, reply any, opts ...any) *MockPoolConnInvokeCall + func (mr *MockPoolConnMockRecorder) NewStream(ctx, desc, method any, opts ...any) *MockPoolConnNewStreamCall + type MockPoolConnNewStreamCall struct + func (c *MockPoolConnNewStreamCall) Do(...) *MockPoolConnNewStreamCall + func (c *MockPoolConnNewStreamCall) DoAndReturn(...) *MockPoolConnNewStreamCall + func (c *MockPoolConnNewStreamCall) Return(arg0 grpc.ClientStream, arg1 error) *MockPoolConnNewStreamCall + type MockPoolInterface struct + func NewMockPoolInterface[T grpctool.Target](ctrl *gomock.Controller) *MockPoolInterface[T] + func (m *MockPoolInterface[T]) Dial(target T) (grpctool.PoolConn, error) + func (m *MockPoolInterface[T]) EXPECT() *MockPoolInterfaceMockRecorder[T] + func (m *MockPoolInterface[T]) Shutdown(deadline time.Duration) + type MockPoolInterfaceDialCall struct + func (c *MockPoolInterfaceDialCall[T]) Do(f func(T) (grpctool.PoolConn, error)) *MockPoolInterfaceDialCall[T] + func (c *MockPoolInterfaceDialCall[T]) DoAndReturn(f func(T) (grpctool.PoolConn, error)) *MockPoolInterfaceDialCall[T] + func (c *MockPoolInterfaceDialCall[T]) Return(arg0 grpctool.PoolConn, arg1 error) *MockPoolInterfaceDialCall[T] + type MockPoolInterfaceMockRecorder struct + func (mr *MockPoolInterfaceMockRecorder[T]) Dial(target any) *MockPoolInterfaceDialCall[T] + func (mr *MockPoolInterfaceMockRecorder[T]) Shutdown(deadline any) *MockPoolInterfaceShutdownCall[T] + type MockPoolInterfaceShutdownCall struct + func (c *MockPoolInterfaceShutdownCall[T]) Do(f func(time.Duration)) *MockPoolInterfaceShutdownCall[T] + func (c *MockPoolInterfaceShutdownCall[T]) DoAndReturn(f func(time.Duration)) *MockPoolInterfaceShutdownCall[T] + func (c *MockPoolInterfaceShutdownCall[T]) Return() *MockPoolInterfaceShutdownCall[T] + type MockServerErrorReporter struct + func NewMockServerErrorReporter(ctrl *gomock.Controller) *MockServerErrorReporter + func (m *MockServerErrorReporter) EXPECT() *MockServerErrorReporterMockRecorder + func (m *MockServerErrorReporter) Report(ctx context.Context, fullMethod string, err error) + type MockServerErrorReporterMockRecorder struct + func (mr *MockServerErrorReporterMockRecorder) Report(ctx, fullMethod, err any) *MockServerErrorReporterReportCall + type MockServerErrorReporterReportCall struct + func (c *MockServerErrorReporterReportCall) Do(f func(context.Context, string, error)) *MockServerErrorReporterReportCall + func (c *MockServerErrorReporterReportCall) DoAndReturn(f func(context.Context, string, error)) *MockServerErrorReporterReportCall + func (c *MockServerErrorReporterReportCall) Return() *MockServerErrorReporterReportCall + type MockServerStream struct + func NewMockServerStream(ctrl *gomock.Controller) *MockServerStream + func (m *MockServerStream) Context() context.Context + func (m *MockServerStream) EXPECT() *MockServerStreamMockRecorder + func (m *MockServerStream) SendHeader(arg0 metadata.MD) error + func (m *MockServerStream) SetHeader(arg0 metadata.MD) error + func (m *MockServerStream) SetTrailer(arg0 metadata.MD) + func (m_2 *MockServerStream) RecvMsg(m any) error + func (m_2 *MockServerStream) SendMsg(m any) error + type MockServerStreamContextCall struct + func (c *MockServerStreamContextCall) Do(f func() context.Context) *MockServerStreamContextCall + func (c *MockServerStreamContextCall) DoAndReturn(f func() context.Context) *MockServerStreamContextCall + func (c *MockServerStreamContextCall) Return(arg0 context.Context) *MockServerStreamContextCall + type MockServerStreamMockRecorder struct + func (mr *MockServerStreamMockRecorder) Context() *MockServerStreamContextCall + func (mr *MockServerStreamMockRecorder) RecvMsg(m any) *MockServerStreamRecvMsgCall + func (mr *MockServerStreamMockRecorder) SendHeader(arg0 any) *MockServerStreamSendHeaderCall + func (mr *MockServerStreamMockRecorder) SendMsg(m any) *MockServerStreamSendMsgCall + func (mr *MockServerStreamMockRecorder) SetHeader(arg0 any) *MockServerStreamSetHeaderCall + func (mr *MockServerStreamMockRecorder) SetTrailer(arg0 any) *MockServerStreamSetTrailerCall + type MockServerStreamRecvMsgCall struct + func (c *MockServerStreamRecvMsgCall) Do(f func(any) error) *MockServerStreamRecvMsgCall + func (c *MockServerStreamRecvMsgCall) DoAndReturn(f func(any) error) *MockServerStreamRecvMsgCall + func (c *MockServerStreamRecvMsgCall) Return(arg0 error) *MockServerStreamRecvMsgCall + type MockServerStreamSendHeaderCall struct + func (c *MockServerStreamSendHeaderCall) Do(f func(metadata.MD) error) *MockServerStreamSendHeaderCall + func (c *MockServerStreamSendHeaderCall) DoAndReturn(f func(metadata.MD) error) *MockServerStreamSendHeaderCall + func (c *MockServerStreamSendHeaderCall) Return(arg0 error) *MockServerStreamSendHeaderCall + type MockServerStreamSendMsgCall struct + func (c *MockServerStreamSendMsgCall) Do(f func(any) error) *MockServerStreamSendMsgCall + func (c *MockServerStreamSendMsgCall) DoAndReturn(f func(any) error) *MockServerStreamSendMsgCall + func (c *MockServerStreamSendMsgCall) Return(arg0 error) *MockServerStreamSendMsgCall + type MockServerStreamSetHeaderCall struct + func (c *MockServerStreamSetHeaderCall) Do(f func(metadata.MD) error) *MockServerStreamSetHeaderCall + func (c *MockServerStreamSetHeaderCall) DoAndReturn(f func(metadata.MD) error) *MockServerStreamSetHeaderCall + func (c *MockServerStreamSetHeaderCall) Return(arg0 error) *MockServerStreamSetHeaderCall + type MockServerStreamSetTrailerCall struct + func (c *MockServerStreamSetTrailerCall) Do(f func(metadata.MD)) *MockServerStreamSetTrailerCall + func (c *MockServerStreamSetTrailerCall) DoAndReturn(f func(metadata.MD)) *MockServerStreamSetTrailerCall + func (c *MockServerStreamSetTrailerCall) Return() *MockServerStreamSetTrailerCall + type MockServerTransportStream struct + func NewMockServerTransportStream(ctrl *gomock.Controller) *MockServerTransportStream + func (m *MockServerTransportStream) EXPECT() *MockServerTransportStreamMockRecorder + func (m *MockServerTransportStream) Method() string + func (m *MockServerTransportStream) SendHeader(md metadata.MD) error + func (m *MockServerTransportStream) SetHeader(md metadata.MD) error + func (m *MockServerTransportStream) SetTrailer(md metadata.MD) error + type MockServerTransportStreamMethodCall struct + func (c *MockServerTransportStreamMethodCall) Do(f func() string) *MockServerTransportStreamMethodCall + func (c *MockServerTransportStreamMethodCall) DoAndReturn(f func() string) *MockServerTransportStreamMethodCall + func (c *MockServerTransportStreamMethodCall) Return(arg0 string) *MockServerTransportStreamMethodCall + type MockServerTransportStreamMockRecorder struct + func (mr *MockServerTransportStreamMockRecorder) Method() *MockServerTransportStreamMethodCall + func (mr *MockServerTransportStreamMockRecorder) SendHeader(md any) *MockServerTransportStreamSendHeaderCall + func (mr *MockServerTransportStreamMockRecorder) SetHeader(md any) *MockServerTransportStreamSetHeaderCall + func (mr *MockServerTransportStreamMockRecorder) SetTrailer(md any) *MockServerTransportStreamSetTrailerCall + type MockServerTransportStreamSendHeaderCall struct + func (c *MockServerTransportStreamSendHeaderCall) Do(f func(metadata.MD) error) *MockServerTransportStreamSendHeaderCall + func (c *MockServerTransportStreamSendHeaderCall) DoAndReturn(f func(metadata.MD) error) *MockServerTransportStreamSendHeaderCall + func (c *MockServerTransportStreamSendHeaderCall) Return(arg0 error) *MockServerTransportStreamSendHeaderCall + type MockServerTransportStreamSetHeaderCall struct + func (c *MockServerTransportStreamSetHeaderCall) Do(f func(metadata.MD) error) *MockServerTransportStreamSetHeaderCall + func (c *MockServerTransportStreamSetHeaderCall) DoAndReturn(f func(metadata.MD) error) *MockServerTransportStreamSetHeaderCall + func (c *MockServerTransportStreamSetHeaderCall) Return(arg0 error) *MockServerTransportStreamSetHeaderCall + type MockServerTransportStreamSetTrailerCall struct + func (c *MockServerTransportStreamSetTrailerCall) Do(f func(metadata.MD) error) *MockServerTransportStreamSetTrailerCall + func (c *MockServerTransportStreamSetTrailerCall) DoAndReturn(f func(metadata.MD) error) *MockServerTransportStreamSetTrailerCall + func (c *MockServerTransportStreamSetTrailerCall) Return(arg0 error) *MockServerTransportStreamSetTrailerCall + type MockUnsafeAgentConfigurationServer struct + func NewMockUnsafeAgentConfigurationServer(ctrl *gomock.Controller) *MockUnsafeAgentConfigurationServer + func (m *MockUnsafeAgentConfigurationServer) EXPECT() *MockUnsafeAgentConfigurationServerMockRecorder + type MockUnsafeAgentConfigurationServerMockRecorder struct + type MockUnsafeAgentConfigurationServermustEmbedUnimplementedAgentConfigurationServerCall struct + func (c *MockUnsafeAgentConfigurationServermustEmbedUnimplementedAgentConfigurationServerCall) Do(f func()) ... + func (c *MockUnsafeAgentConfigurationServermustEmbedUnimplementedAgentConfigurationServerCall) DoAndReturn(f func()) ... + func (c *MockUnsafeAgentConfigurationServermustEmbedUnimplementedAgentConfigurationServerCall) Return() ... v18.0.0-rc42 May 13, 2025 Other modules containing this package gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v14 gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v15 gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16 gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v17