Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockWerftServiceClient
- func (m *MockWerftServiceClient) EXPECT() *MockWerftServiceClientMockRecorder
- func (m *MockWerftServiceClient) GetJob(ctx context.Context, in *v1.GetJobRequest, opts ...grpc.CallOption) (*v1.GetJobResponse, error)
- func (m *MockWerftServiceClient) ListJobs(ctx context.Context, in *v1.ListJobsRequest, opts ...grpc.CallOption) (*v1.ListJobsResponse, error)
- func (m *MockWerftServiceClient) Listen(ctx context.Context, in *v1.ListenRequest, opts ...grpc.CallOption) (v1.WerftService_ListenClient, error)
- func (m *MockWerftServiceClient) StartFromPreviousJob(ctx context.Context, in *v1.StartFromPreviousJobRequest, ...) (*v1.StartJobResponse, error)
- func (m *MockWerftServiceClient) StartGitHubJob(ctx context.Context, in *v1.StartGitHubJobRequest, opts ...grpc.CallOption) (*v1.StartJobResponse, error)
- func (m *MockWerftServiceClient) StartJob(ctx context.Context, in *v1.StartJobRequest, opts ...grpc.CallOption) (*v1.StartJobResponse, error)
- func (m *MockWerftServiceClient) StartJob2(ctx context.Context, in *v1.StartJobRequest2, opts ...grpc.CallOption) (*v1.StartJobResponse, error)
- func (m *MockWerftServiceClient) StartLocalJob(ctx context.Context, opts ...grpc.CallOption) (v1.WerftService_StartLocalJobClient, error)
- func (m *MockWerftServiceClient) StopJob(ctx context.Context, in *v1.StopJobRequest, opts ...grpc.CallOption) (*v1.StopJobResponse, error)
- func (m *MockWerftServiceClient) Subscribe(ctx context.Context, in *v1.SubscribeRequest, opts ...grpc.CallOption) (v1.WerftService_SubscribeClient, error)
- type MockWerftServiceClientMockRecorder
- func (mr *MockWerftServiceClientMockRecorder) GetJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWerftServiceClientMockRecorder) ListJobs(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWerftServiceClientMockRecorder) Listen(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWerftServiceClientMockRecorder) StartFromPreviousJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWerftServiceClientMockRecorder) StartGitHubJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWerftServiceClientMockRecorder) StartJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWerftServiceClientMockRecorder) StartJob2(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWerftServiceClientMockRecorder) StartLocalJob(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWerftServiceClientMockRecorder) StopJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockWerftServiceClientMockRecorder) Subscribe(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockWerftServiceServer
- func (m *MockWerftServiceServer) EXPECT() *MockWerftServiceServerMockRecorder
- func (m *MockWerftServiceServer) GetJob(arg0 context.Context, arg1 *v1.GetJobRequest) (*v1.GetJobResponse, error)
- func (m *MockWerftServiceServer) ListJobs(arg0 context.Context, arg1 *v1.ListJobsRequest) (*v1.ListJobsResponse, error)
- func (m *MockWerftServiceServer) Listen(arg0 *v1.ListenRequest, arg1 v1.WerftService_ListenServer) error
- func (m *MockWerftServiceServer) StartFromPreviousJob(arg0 context.Context, arg1 *v1.StartFromPreviousJobRequest) (*v1.StartJobResponse, error)
- func (m *MockWerftServiceServer) StartGitHubJob(arg0 context.Context, arg1 *v1.StartGitHubJobRequest) (*v1.StartJobResponse, error)
- func (m *MockWerftServiceServer) StartJob(arg0 context.Context, arg1 *v1.StartJobRequest) (*v1.StartJobResponse, error)
- func (m *MockWerftServiceServer) StartJob2(arg0 context.Context, arg1 *v1.StartJobRequest2) (*v1.StartJobResponse, error)
- func (m *MockWerftServiceServer) StartLocalJob(arg0 v1.WerftService_StartLocalJobServer) error
- func (m *MockWerftServiceServer) StopJob(arg0 context.Context, arg1 *v1.StopJobRequest) (*v1.StopJobResponse, error)
- func (m *MockWerftServiceServer) Subscribe(arg0 *v1.SubscribeRequest, arg1 v1.WerftService_SubscribeServer) error
- type MockWerftServiceServerMockRecorder
- func (mr *MockWerftServiceServerMockRecorder) GetJob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWerftServiceServerMockRecorder) ListJobs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWerftServiceServerMockRecorder) Listen(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWerftServiceServerMockRecorder) StartFromPreviousJob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWerftServiceServerMockRecorder) StartGitHubJob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWerftServiceServerMockRecorder) StartJob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWerftServiceServerMockRecorder) StartJob2(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWerftServiceServerMockRecorder) StartLocalJob(arg0 interface{}) *gomock.Call
- func (mr *MockWerftServiceServerMockRecorder) StopJob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWerftServiceServerMockRecorder) Subscribe(arg0, arg1 interface{}) *gomock.Call
- type MockWerftService_ListenClient
- func (m *MockWerftService_ListenClient) CloseSend() error
- func (m *MockWerftService_ListenClient) Context() context.Context
- func (m *MockWerftService_ListenClient) EXPECT() *MockWerftService_ListenClientMockRecorder
- func (m *MockWerftService_ListenClient) Header() (metadata.MD, error)
- func (m *MockWerftService_ListenClient) Recv() (*v1.ListenResponse, error)
- func (m_2 *MockWerftService_ListenClient) RecvMsg(m interface{}) error
- func (m_2 *MockWerftService_ListenClient) SendMsg(m interface{}) error
- func (m *MockWerftService_ListenClient) Trailer() metadata.MD
- type MockWerftService_ListenClientMockRecorder
- func (mr *MockWerftService_ListenClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockWerftService_ListenClientMockRecorder) Context() *gomock.Call
- func (mr *MockWerftService_ListenClientMockRecorder) Header() *gomock.Call
- func (mr *MockWerftService_ListenClientMockRecorder) Recv() *gomock.Call
- func (mr *MockWerftService_ListenClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_ListenClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_ListenClientMockRecorder) Trailer() *gomock.Call
- type MockWerftService_ListenServer
- func (m *MockWerftService_ListenServer) Context() context.Context
- func (m *MockWerftService_ListenServer) EXPECT() *MockWerftService_ListenServerMockRecorder
- func (m_2 *MockWerftService_ListenServer) RecvMsg(m interface{}) error
- func (m *MockWerftService_ListenServer) Send(arg0 *v1.ListenResponse) error
- func (m *MockWerftService_ListenServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockWerftService_ListenServer) SendMsg(m interface{}) error
- func (m *MockWerftService_ListenServer) SetHeader(arg0 metadata.MD) error
- func (m *MockWerftService_ListenServer) SetTrailer(arg0 metadata.MD)
- type MockWerftService_ListenServerMockRecorder
- func (mr *MockWerftService_ListenServerMockRecorder) Context() *gomock.Call
- func (mr *MockWerftService_ListenServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_ListenServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_ListenServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_ListenServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_ListenServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_ListenServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockWerftService_StartLocalJobClient
- func (m *MockWerftService_StartLocalJobClient) CloseAndRecv() (*v1.StartJobResponse, error)
- func (m *MockWerftService_StartLocalJobClient) CloseSend() error
- func (m *MockWerftService_StartLocalJobClient) Context() context.Context
- func (m *MockWerftService_StartLocalJobClient) EXPECT() *MockWerftService_StartLocalJobClientMockRecorder
- func (m *MockWerftService_StartLocalJobClient) Header() (metadata.MD, error)
- func (m_2 *MockWerftService_StartLocalJobClient) RecvMsg(m interface{}) error
- func (m *MockWerftService_StartLocalJobClient) Send(arg0 *v1.StartLocalJobRequest) error
- func (m_2 *MockWerftService_StartLocalJobClient) SendMsg(m interface{}) error
- func (m *MockWerftService_StartLocalJobClient) Trailer() metadata.MD
- type MockWerftService_StartLocalJobClientMockRecorder
- func (mr *MockWerftService_StartLocalJobClientMockRecorder) CloseAndRecv() *gomock.Call
- func (mr *MockWerftService_StartLocalJobClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockWerftService_StartLocalJobClientMockRecorder) Context() *gomock.Call
- func (mr *MockWerftService_StartLocalJobClientMockRecorder) Header() *gomock.Call
- func (mr *MockWerftService_StartLocalJobClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_StartLocalJobClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_StartLocalJobClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_StartLocalJobClientMockRecorder) Trailer() *gomock.Call
- type MockWerftService_StartLocalJobServer
- func (m *MockWerftService_StartLocalJobServer) Context() context.Context
- func (m *MockWerftService_StartLocalJobServer) EXPECT() *MockWerftService_StartLocalJobServerMockRecorder
- func (m *MockWerftService_StartLocalJobServer) Recv() (*v1.StartLocalJobRequest, error)
- func (m_2 *MockWerftService_StartLocalJobServer) RecvMsg(m interface{}) error
- func (m *MockWerftService_StartLocalJobServer) SendAndClose(arg0 *v1.StartJobResponse) error
- func (m *MockWerftService_StartLocalJobServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockWerftService_StartLocalJobServer) SendMsg(m interface{}) error
- func (m *MockWerftService_StartLocalJobServer) SetHeader(arg0 metadata.MD) error
- func (m *MockWerftService_StartLocalJobServer) SetTrailer(arg0 metadata.MD)
- type MockWerftService_StartLocalJobServerMockRecorder
- func (mr *MockWerftService_StartLocalJobServerMockRecorder) Context() *gomock.Call
- func (mr *MockWerftService_StartLocalJobServerMockRecorder) Recv() *gomock.Call
- func (mr *MockWerftService_StartLocalJobServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_StartLocalJobServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_StartLocalJobServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_StartLocalJobServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_StartLocalJobServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_StartLocalJobServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockWerftService_SubscribeClient
- func (m *MockWerftService_SubscribeClient) CloseSend() error
- func (m *MockWerftService_SubscribeClient) Context() context.Context
- func (m *MockWerftService_SubscribeClient) EXPECT() *MockWerftService_SubscribeClientMockRecorder
- func (m *MockWerftService_SubscribeClient) Header() (metadata.MD, error)
- func (m *MockWerftService_SubscribeClient) Recv() (*v1.SubscribeResponse, error)
- func (m_2 *MockWerftService_SubscribeClient) RecvMsg(m interface{}) error
- func (m_2 *MockWerftService_SubscribeClient) SendMsg(m interface{}) error
- func (m *MockWerftService_SubscribeClient) Trailer() metadata.MD
- type MockWerftService_SubscribeClientMockRecorder
- func (mr *MockWerftService_SubscribeClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockWerftService_SubscribeClientMockRecorder) Context() *gomock.Call
- func (mr *MockWerftService_SubscribeClientMockRecorder) Header() *gomock.Call
- func (mr *MockWerftService_SubscribeClientMockRecorder) Recv() *gomock.Call
- func (mr *MockWerftService_SubscribeClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_SubscribeClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_SubscribeClientMockRecorder) Trailer() *gomock.Call
- type MockWerftService_SubscribeServer
- func (m *MockWerftService_SubscribeServer) Context() context.Context
- func (m *MockWerftService_SubscribeServer) EXPECT() *MockWerftService_SubscribeServerMockRecorder
- func (m_2 *MockWerftService_SubscribeServer) RecvMsg(m interface{}) error
- func (m *MockWerftService_SubscribeServer) Send(arg0 *v1.SubscribeResponse) error
- func (m *MockWerftService_SubscribeServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockWerftService_SubscribeServer) SendMsg(m interface{}) error
- func (m *MockWerftService_SubscribeServer) SetHeader(arg0 metadata.MD) error
- func (m *MockWerftService_SubscribeServer) SetTrailer(arg0 metadata.MD)
- type MockWerftService_SubscribeServerMockRecorder
- func (mr *MockWerftService_SubscribeServerMockRecorder) Context() *gomock.Call
- func (mr *MockWerftService_SubscribeServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_SubscribeServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_SubscribeServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_SubscribeServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockWerftService_SubscribeServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockWerftService_SubscribeServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockisJobSpec_Source
- type MockisJobSpec_SourceMockRecorder
- type MockisListenResponse_Content
- type MockisListenResponse_ContentMockRecorder
- type MockisStartLocalJobRequest_Content
- type MockisStartLocalJobRequest_ContentMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWerftServiceClient ¶
type MockWerftServiceClient struct {
// contains filtered or unexported fields
}
MockWerftServiceClient is a mock of WerftServiceClient interface.
func NewMockWerftServiceClient ¶
func NewMockWerftServiceClient(ctrl *gomock.Controller) *MockWerftServiceClient
NewMockWerftServiceClient creates a new mock instance.
func (*MockWerftServiceClient) EXPECT ¶
func (m *MockWerftServiceClient) EXPECT() *MockWerftServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWerftServiceClient) GetJob ¶
func (m *MockWerftServiceClient) GetJob(ctx context.Context, in *v1.GetJobRequest, opts ...grpc.CallOption) (*v1.GetJobResponse, error)
GetJob mocks base method.
func (*MockWerftServiceClient) ListJobs ¶
func (m *MockWerftServiceClient) ListJobs(ctx context.Context, in *v1.ListJobsRequest, opts ...grpc.CallOption) (*v1.ListJobsResponse, error)
ListJobs mocks base method.
func (*MockWerftServiceClient) Listen ¶
func (m *MockWerftServiceClient) Listen(ctx context.Context, in *v1.ListenRequest, opts ...grpc.CallOption) (v1.WerftService_ListenClient, error)
Listen mocks base method.
func (*MockWerftServiceClient) StartFromPreviousJob ¶
func (m *MockWerftServiceClient) StartFromPreviousJob(ctx context.Context, in *v1.StartFromPreviousJobRequest, opts ...grpc.CallOption) (*v1.StartJobResponse, error)
StartFromPreviousJob mocks base method.
func (*MockWerftServiceClient) StartGitHubJob ¶
func (m *MockWerftServiceClient) StartGitHubJob(ctx context.Context, in *v1.StartGitHubJobRequest, opts ...grpc.CallOption) (*v1.StartJobResponse, error)
StartGitHubJob mocks base method.
func (*MockWerftServiceClient) StartJob ¶
func (m *MockWerftServiceClient) StartJob(ctx context.Context, in *v1.StartJobRequest, opts ...grpc.CallOption) (*v1.StartJobResponse, error)
StartJob mocks base method.
func (*MockWerftServiceClient) StartJob2 ¶
func (m *MockWerftServiceClient) StartJob2(ctx context.Context, in *v1.StartJobRequest2, opts ...grpc.CallOption) (*v1.StartJobResponse, error)
StartJob2 mocks base method.
func (*MockWerftServiceClient) StartLocalJob ¶
func (m *MockWerftServiceClient) StartLocalJob(ctx context.Context, opts ...grpc.CallOption) (v1.WerftService_StartLocalJobClient, error)
StartLocalJob mocks base method.
func (*MockWerftServiceClient) StopJob ¶
func (m *MockWerftServiceClient) StopJob(ctx context.Context, in *v1.StopJobRequest, opts ...grpc.CallOption) (*v1.StopJobResponse, error)
StopJob mocks base method.
func (*MockWerftServiceClient) Subscribe ¶
func (m *MockWerftServiceClient) Subscribe(ctx context.Context, in *v1.SubscribeRequest, opts ...grpc.CallOption) (v1.WerftService_SubscribeClient, error)
Subscribe mocks base method.
type MockWerftServiceClientMockRecorder ¶
type MockWerftServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWerftServiceClientMockRecorder is the mock recorder for MockWerftServiceClient.
func (*MockWerftServiceClientMockRecorder) GetJob ¶
func (mr *MockWerftServiceClientMockRecorder) GetJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetJob indicates an expected call of GetJob.
func (*MockWerftServiceClientMockRecorder) ListJobs ¶
func (mr *MockWerftServiceClientMockRecorder) ListJobs(ctx, in interface{}, opts ...interface{}) *gomock.Call
ListJobs indicates an expected call of ListJobs.
func (*MockWerftServiceClientMockRecorder) Listen ¶
func (mr *MockWerftServiceClientMockRecorder) Listen(ctx, in interface{}, opts ...interface{}) *gomock.Call
Listen indicates an expected call of Listen.
func (*MockWerftServiceClientMockRecorder) StartFromPreviousJob ¶
func (mr *MockWerftServiceClientMockRecorder) StartFromPreviousJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
StartFromPreviousJob indicates an expected call of StartFromPreviousJob.
func (*MockWerftServiceClientMockRecorder) StartGitHubJob ¶
func (mr *MockWerftServiceClientMockRecorder) StartGitHubJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
StartGitHubJob indicates an expected call of StartGitHubJob.
func (*MockWerftServiceClientMockRecorder) StartJob ¶
func (mr *MockWerftServiceClientMockRecorder) StartJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
StartJob indicates an expected call of StartJob.
func (*MockWerftServiceClientMockRecorder) StartJob2 ¶
func (mr *MockWerftServiceClientMockRecorder) StartJob2(ctx, in interface{}, opts ...interface{}) *gomock.Call
StartJob2 indicates an expected call of StartJob2.
func (*MockWerftServiceClientMockRecorder) StartLocalJob ¶
func (mr *MockWerftServiceClientMockRecorder) StartLocalJob(ctx interface{}, opts ...interface{}) *gomock.Call
StartLocalJob indicates an expected call of StartLocalJob.
func (*MockWerftServiceClientMockRecorder) StopJob ¶
func (mr *MockWerftServiceClientMockRecorder) StopJob(ctx, in interface{}, opts ...interface{}) *gomock.Call
StopJob indicates an expected call of StopJob.
func (*MockWerftServiceClientMockRecorder) Subscribe ¶
func (mr *MockWerftServiceClientMockRecorder) Subscribe(ctx, in interface{}, opts ...interface{}) *gomock.Call
Subscribe indicates an expected call of Subscribe.
type MockWerftServiceServer ¶
type MockWerftServiceServer struct {
// contains filtered or unexported fields
}
MockWerftServiceServer is a mock of WerftServiceServer interface.
func NewMockWerftServiceServer ¶
func NewMockWerftServiceServer(ctrl *gomock.Controller) *MockWerftServiceServer
NewMockWerftServiceServer creates a new mock instance.
func (*MockWerftServiceServer) EXPECT ¶
func (m *MockWerftServiceServer) EXPECT() *MockWerftServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWerftServiceServer) GetJob ¶
func (m *MockWerftServiceServer) GetJob(arg0 context.Context, arg1 *v1.GetJobRequest) (*v1.GetJobResponse, error)
GetJob mocks base method.
func (*MockWerftServiceServer) ListJobs ¶
func (m *MockWerftServiceServer) ListJobs(arg0 context.Context, arg1 *v1.ListJobsRequest) (*v1.ListJobsResponse, error)
ListJobs mocks base method.
func (*MockWerftServiceServer) Listen ¶
func (m *MockWerftServiceServer) Listen(arg0 *v1.ListenRequest, arg1 v1.WerftService_ListenServer) error
Listen mocks base method.
func (*MockWerftServiceServer) StartFromPreviousJob ¶
func (m *MockWerftServiceServer) StartFromPreviousJob(arg0 context.Context, arg1 *v1.StartFromPreviousJobRequest) (*v1.StartJobResponse, error)
StartFromPreviousJob mocks base method.
func (*MockWerftServiceServer) StartGitHubJob ¶
func (m *MockWerftServiceServer) StartGitHubJob(arg0 context.Context, arg1 *v1.StartGitHubJobRequest) (*v1.StartJobResponse, error)
StartGitHubJob mocks base method.
func (*MockWerftServiceServer) StartJob ¶
func (m *MockWerftServiceServer) StartJob(arg0 context.Context, arg1 *v1.StartJobRequest) (*v1.StartJobResponse, error)
StartJob mocks base method.
func (*MockWerftServiceServer) StartJob2 ¶
func (m *MockWerftServiceServer) StartJob2(arg0 context.Context, arg1 *v1.StartJobRequest2) (*v1.StartJobResponse, error)
StartJob2 mocks base method.
func (*MockWerftServiceServer) StartLocalJob ¶
func (m *MockWerftServiceServer) StartLocalJob(arg0 v1.WerftService_StartLocalJobServer) error
StartLocalJob mocks base method.
func (*MockWerftServiceServer) StopJob ¶
func (m *MockWerftServiceServer) StopJob(arg0 context.Context, arg1 *v1.StopJobRequest) (*v1.StopJobResponse, error)
StopJob mocks base method.
func (*MockWerftServiceServer) Subscribe ¶
func (m *MockWerftServiceServer) Subscribe(arg0 *v1.SubscribeRequest, arg1 v1.WerftService_SubscribeServer) error
Subscribe mocks base method.
type MockWerftServiceServerMockRecorder ¶
type MockWerftServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockWerftServiceServerMockRecorder is the mock recorder for MockWerftServiceServer.
func (*MockWerftServiceServerMockRecorder) GetJob ¶
func (mr *MockWerftServiceServerMockRecorder) GetJob(arg0, arg1 interface{}) *gomock.Call
GetJob indicates an expected call of GetJob.
func (*MockWerftServiceServerMockRecorder) ListJobs ¶
func (mr *MockWerftServiceServerMockRecorder) ListJobs(arg0, arg1 interface{}) *gomock.Call
ListJobs indicates an expected call of ListJobs.
func (*MockWerftServiceServerMockRecorder) Listen ¶
func (mr *MockWerftServiceServerMockRecorder) Listen(arg0, arg1 interface{}) *gomock.Call
Listen indicates an expected call of Listen.
func (*MockWerftServiceServerMockRecorder) StartFromPreviousJob ¶
func (mr *MockWerftServiceServerMockRecorder) StartFromPreviousJob(arg0, arg1 interface{}) *gomock.Call
StartFromPreviousJob indicates an expected call of StartFromPreviousJob.
func (*MockWerftServiceServerMockRecorder) StartGitHubJob ¶
func (mr *MockWerftServiceServerMockRecorder) StartGitHubJob(arg0, arg1 interface{}) *gomock.Call
StartGitHubJob indicates an expected call of StartGitHubJob.
func (*MockWerftServiceServerMockRecorder) StartJob ¶
func (mr *MockWerftServiceServerMockRecorder) StartJob(arg0, arg1 interface{}) *gomock.Call
StartJob indicates an expected call of StartJob.
func (*MockWerftServiceServerMockRecorder) StartJob2 ¶
func (mr *MockWerftServiceServerMockRecorder) StartJob2(arg0, arg1 interface{}) *gomock.Call
StartJob2 indicates an expected call of StartJob2.
func (*MockWerftServiceServerMockRecorder) StartLocalJob ¶
func (mr *MockWerftServiceServerMockRecorder) StartLocalJob(arg0 interface{}) *gomock.Call
StartLocalJob indicates an expected call of StartLocalJob.
func (*MockWerftServiceServerMockRecorder) StopJob ¶
func (mr *MockWerftServiceServerMockRecorder) StopJob(arg0, arg1 interface{}) *gomock.Call
StopJob indicates an expected call of StopJob.
func (*MockWerftServiceServerMockRecorder) Subscribe ¶
func (mr *MockWerftServiceServerMockRecorder) Subscribe(arg0, arg1 interface{}) *gomock.Call
Subscribe indicates an expected call of Subscribe.
type MockWerftService_ListenClient ¶
type MockWerftService_ListenClient struct {
// contains filtered or unexported fields
}
MockWerftService_ListenClient is a mock of WerftService_ListenClient interface.
func NewMockWerftService_ListenClient ¶
func NewMockWerftService_ListenClient(ctrl *gomock.Controller) *MockWerftService_ListenClient
NewMockWerftService_ListenClient creates a new mock instance.
func (*MockWerftService_ListenClient) CloseSend ¶
func (m *MockWerftService_ListenClient) CloseSend() error
CloseSend mocks base method.
func (*MockWerftService_ListenClient) Context ¶
func (m *MockWerftService_ListenClient) Context() context.Context
Context mocks base method.
func (*MockWerftService_ListenClient) EXPECT ¶
func (m *MockWerftService_ListenClient) EXPECT() *MockWerftService_ListenClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWerftService_ListenClient) Header ¶
func (m *MockWerftService_ListenClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockWerftService_ListenClient) Recv ¶
func (m *MockWerftService_ListenClient) Recv() (*v1.ListenResponse, error)
Recv mocks base method.
func (*MockWerftService_ListenClient) RecvMsg ¶
func (m_2 *MockWerftService_ListenClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockWerftService_ListenClient) SendMsg ¶
func (m_2 *MockWerftService_ListenClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockWerftService_ListenClient) Trailer ¶
func (m *MockWerftService_ListenClient) Trailer() metadata.MD
Trailer mocks base method.
type MockWerftService_ListenClientMockRecorder ¶
type MockWerftService_ListenClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWerftService_ListenClientMockRecorder is the mock recorder for MockWerftService_ListenClient.
func (*MockWerftService_ListenClientMockRecorder) CloseSend ¶
func (mr *MockWerftService_ListenClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockWerftService_ListenClientMockRecorder) Context ¶
func (mr *MockWerftService_ListenClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockWerftService_ListenClientMockRecorder) Header ¶
func (mr *MockWerftService_ListenClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockWerftService_ListenClientMockRecorder) Recv ¶
func (mr *MockWerftService_ListenClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockWerftService_ListenClientMockRecorder) RecvMsg ¶
func (mr *MockWerftService_ListenClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockWerftService_ListenClientMockRecorder) SendMsg ¶
func (mr *MockWerftService_ListenClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockWerftService_ListenClientMockRecorder) Trailer ¶
func (mr *MockWerftService_ListenClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockWerftService_ListenServer ¶
type MockWerftService_ListenServer struct {
// contains filtered or unexported fields
}
MockWerftService_ListenServer is a mock of WerftService_ListenServer interface.
func NewMockWerftService_ListenServer ¶
func NewMockWerftService_ListenServer(ctrl *gomock.Controller) *MockWerftService_ListenServer
NewMockWerftService_ListenServer creates a new mock instance.
func (*MockWerftService_ListenServer) Context ¶
func (m *MockWerftService_ListenServer) Context() context.Context
Context mocks base method.
func (*MockWerftService_ListenServer) EXPECT ¶
func (m *MockWerftService_ListenServer) EXPECT() *MockWerftService_ListenServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWerftService_ListenServer) RecvMsg ¶
func (m_2 *MockWerftService_ListenServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockWerftService_ListenServer) Send ¶
func (m *MockWerftService_ListenServer) Send(arg0 *v1.ListenResponse) error
Send mocks base method.
func (*MockWerftService_ListenServer) SendHeader ¶
func (m *MockWerftService_ListenServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockWerftService_ListenServer) SendMsg ¶
func (m_2 *MockWerftService_ListenServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockWerftService_ListenServer) SetHeader ¶
func (m *MockWerftService_ListenServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockWerftService_ListenServer) SetTrailer ¶
func (m *MockWerftService_ListenServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockWerftService_ListenServerMockRecorder ¶
type MockWerftService_ListenServerMockRecorder struct {
// contains filtered or unexported fields
}
MockWerftService_ListenServerMockRecorder is the mock recorder for MockWerftService_ListenServer.
func (*MockWerftService_ListenServerMockRecorder) Context ¶
func (mr *MockWerftService_ListenServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockWerftService_ListenServerMockRecorder) RecvMsg ¶
func (mr *MockWerftService_ListenServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockWerftService_ListenServerMockRecorder) Send ¶
func (mr *MockWerftService_ListenServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockWerftService_ListenServerMockRecorder) SendHeader ¶
func (mr *MockWerftService_ListenServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockWerftService_ListenServerMockRecorder) SendMsg ¶
func (mr *MockWerftService_ListenServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockWerftService_ListenServerMockRecorder) SetHeader ¶
func (mr *MockWerftService_ListenServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockWerftService_ListenServerMockRecorder) SetTrailer ¶
func (mr *MockWerftService_ListenServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockWerftService_StartLocalJobClient ¶
type MockWerftService_StartLocalJobClient struct {
// contains filtered or unexported fields
}
MockWerftService_StartLocalJobClient is a mock of WerftService_StartLocalJobClient interface.
func NewMockWerftService_StartLocalJobClient ¶
func NewMockWerftService_StartLocalJobClient(ctrl *gomock.Controller) *MockWerftService_StartLocalJobClient
NewMockWerftService_StartLocalJobClient creates a new mock instance.
func (*MockWerftService_StartLocalJobClient) CloseAndRecv ¶
func (m *MockWerftService_StartLocalJobClient) CloseAndRecv() (*v1.StartJobResponse, error)
CloseAndRecv mocks base method.
func (*MockWerftService_StartLocalJobClient) CloseSend ¶
func (m *MockWerftService_StartLocalJobClient) CloseSend() error
CloseSend mocks base method.
func (*MockWerftService_StartLocalJobClient) Context ¶
func (m *MockWerftService_StartLocalJobClient) Context() context.Context
Context mocks base method.
func (*MockWerftService_StartLocalJobClient) EXPECT ¶
func (m *MockWerftService_StartLocalJobClient) EXPECT() *MockWerftService_StartLocalJobClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWerftService_StartLocalJobClient) Header ¶
func (m *MockWerftService_StartLocalJobClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockWerftService_StartLocalJobClient) RecvMsg ¶
func (m_2 *MockWerftService_StartLocalJobClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockWerftService_StartLocalJobClient) Send ¶
func (m *MockWerftService_StartLocalJobClient) Send(arg0 *v1.StartLocalJobRequest) error
Send mocks base method.
func (*MockWerftService_StartLocalJobClient) SendMsg ¶
func (m_2 *MockWerftService_StartLocalJobClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockWerftService_StartLocalJobClient) Trailer ¶
func (m *MockWerftService_StartLocalJobClient) Trailer() metadata.MD
Trailer mocks base method.
type MockWerftService_StartLocalJobClientMockRecorder ¶
type MockWerftService_StartLocalJobClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWerftService_StartLocalJobClientMockRecorder is the mock recorder for MockWerftService_StartLocalJobClient.
func (*MockWerftService_StartLocalJobClientMockRecorder) CloseAndRecv ¶
func (mr *MockWerftService_StartLocalJobClientMockRecorder) CloseAndRecv() *gomock.Call
CloseAndRecv indicates an expected call of CloseAndRecv.
func (*MockWerftService_StartLocalJobClientMockRecorder) CloseSend ¶
func (mr *MockWerftService_StartLocalJobClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockWerftService_StartLocalJobClientMockRecorder) Context ¶
func (mr *MockWerftService_StartLocalJobClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockWerftService_StartLocalJobClientMockRecorder) Header ¶
func (mr *MockWerftService_StartLocalJobClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockWerftService_StartLocalJobClientMockRecorder) RecvMsg ¶
func (mr *MockWerftService_StartLocalJobClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockWerftService_StartLocalJobClientMockRecorder) Send ¶
func (mr *MockWerftService_StartLocalJobClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockWerftService_StartLocalJobClientMockRecorder) SendMsg ¶
func (mr *MockWerftService_StartLocalJobClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockWerftService_StartLocalJobClientMockRecorder) Trailer ¶
func (mr *MockWerftService_StartLocalJobClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockWerftService_StartLocalJobServer ¶
type MockWerftService_StartLocalJobServer struct {
// contains filtered or unexported fields
}
MockWerftService_StartLocalJobServer is a mock of WerftService_StartLocalJobServer interface.
func NewMockWerftService_StartLocalJobServer ¶
func NewMockWerftService_StartLocalJobServer(ctrl *gomock.Controller) *MockWerftService_StartLocalJobServer
NewMockWerftService_StartLocalJobServer creates a new mock instance.
func (*MockWerftService_StartLocalJobServer) Context ¶
func (m *MockWerftService_StartLocalJobServer) Context() context.Context
Context mocks base method.
func (*MockWerftService_StartLocalJobServer) EXPECT ¶
func (m *MockWerftService_StartLocalJobServer) EXPECT() *MockWerftService_StartLocalJobServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWerftService_StartLocalJobServer) Recv ¶
func (m *MockWerftService_StartLocalJobServer) Recv() (*v1.StartLocalJobRequest, error)
Recv mocks base method.
func (*MockWerftService_StartLocalJobServer) RecvMsg ¶
func (m_2 *MockWerftService_StartLocalJobServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockWerftService_StartLocalJobServer) SendAndClose ¶
func (m *MockWerftService_StartLocalJobServer) SendAndClose(arg0 *v1.StartJobResponse) error
SendAndClose mocks base method.
func (*MockWerftService_StartLocalJobServer) SendHeader ¶
func (m *MockWerftService_StartLocalJobServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockWerftService_StartLocalJobServer) SendMsg ¶
func (m_2 *MockWerftService_StartLocalJobServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockWerftService_StartLocalJobServer) SetHeader ¶
func (m *MockWerftService_StartLocalJobServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockWerftService_StartLocalJobServer) SetTrailer ¶
func (m *MockWerftService_StartLocalJobServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockWerftService_StartLocalJobServerMockRecorder ¶
type MockWerftService_StartLocalJobServerMockRecorder struct {
// contains filtered or unexported fields
}
MockWerftService_StartLocalJobServerMockRecorder is the mock recorder for MockWerftService_StartLocalJobServer.
func (*MockWerftService_StartLocalJobServerMockRecorder) Context ¶
func (mr *MockWerftService_StartLocalJobServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockWerftService_StartLocalJobServerMockRecorder) Recv ¶
func (mr *MockWerftService_StartLocalJobServerMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockWerftService_StartLocalJobServerMockRecorder) RecvMsg ¶
func (mr *MockWerftService_StartLocalJobServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockWerftService_StartLocalJobServerMockRecorder) SendAndClose ¶
func (mr *MockWerftService_StartLocalJobServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
SendAndClose indicates an expected call of SendAndClose.
func (*MockWerftService_StartLocalJobServerMockRecorder) SendHeader ¶
func (mr *MockWerftService_StartLocalJobServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockWerftService_StartLocalJobServerMockRecorder) SendMsg ¶
func (mr *MockWerftService_StartLocalJobServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockWerftService_StartLocalJobServerMockRecorder) SetHeader ¶
func (mr *MockWerftService_StartLocalJobServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockWerftService_StartLocalJobServerMockRecorder) SetTrailer ¶
func (mr *MockWerftService_StartLocalJobServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockWerftService_SubscribeClient ¶
type MockWerftService_SubscribeClient struct {
// contains filtered or unexported fields
}
MockWerftService_SubscribeClient is a mock of WerftService_SubscribeClient interface.
func NewMockWerftService_SubscribeClient ¶
func NewMockWerftService_SubscribeClient(ctrl *gomock.Controller) *MockWerftService_SubscribeClient
NewMockWerftService_SubscribeClient creates a new mock instance.
func (*MockWerftService_SubscribeClient) CloseSend ¶
func (m *MockWerftService_SubscribeClient) CloseSend() error
CloseSend mocks base method.
func (*MockWerftService_SubscribeClient) Context ¶
func (m *MockWerftService_SubscribeClient) Context() context.Context
Context mocks base method.
func (*MockWerftService_SubscribeClient) EXPECT ¶
func (m *MockWerftService_SubscribeClient) EXPECT() *MockWerftService_SubscribeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWerftService_SubscribeClient) Header ¶
func (m *MockWerftService_SubscribeClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockWerftService_SubscribeClient) Recv ¶
func (m *MockWerftService_SubscribeClient) Recv() (*v1.SubscribeResponse, error)
Recv mocks base method.
func (*MockWerftService_SubscribeClient) RecvMsg ¶
func (m_2 *MockWerftService_SubscribeClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockWerftService_SubscribeClient) SendMsg ¶
func (m_2 *MockWerftService_SubscribeClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockWerftService_SubscribeClient) Trailer ¶
func (m *MockWerftService_SubscribeClient) Trailer() metadata.MD
Trailer mocks base method.
type MockWerftService_SubscribeClientMockRecorder ¶
type MockWerftService_SubscribeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWerftService_SubscribeClientMockRecorder is the mock recorder for MockWerftService_SubscribeClient.
func (*MockWerftService_SubscribeClientMockRecorder) CloseSend ¶
func (mr *MockWerftService_SubscribeClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockWerftService_SubscribeClientMockRecorder) Context ¶
func (mr *MockWerftService_SubscribeClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockWerftService_SubscribeClientMockRecorder) Header ¶
func (mr *MockWerftService_SubscribeClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockWerftService_SubscribeClientMockRecorder) Recv ¶
func (mr *MockWerftService_SubscribeClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockWerftService_SubscribeClientMockRecorder) RecvMsg ¶
func (mr *MockWerftService_SubscribeClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockWerftService_SubscribeClientMockRecorder) SendMsg ¶
func (mr *MockWerftService_SubscribeClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockWerftService_SubscribeClientMockRecorder) Trailer ¶
func (mr *MockWerftService_SubscribeClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockWerftService_SubscribeServer ¶
type MockWerftService_SubscribeServer struct {
// contains filtered or unexported fields
}
MockWerftService_SubscribeServer is a mock of WerftService_SubscribeServer interface.
func NewMockWerftService_SubscribeServer ¶
func NewMockWerftService_SubscribeServer(ctrl *gomock.Controller) *MockWerftService_SubscribeServer
NewMockWerftService_SubscribeServer creates a new mock instance.
func (*MockWerftService_SubscribeServer) Context ¶
func (m *MockWerftService_SubscribeServer) Context() context.Context
Context mocks base method.
func (*MockWerftService_SubscribeServer) EXPECT ¶
func (m *MockWerftService_SubscribeServer) EXPECT() *MockWerftService_SubscribeServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWerftService_SubscribeServer) RecvMsg ¶
func (m_2 *MockWerftService_SubscribeServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockWerftService_SubscribeServer) Send ¶
func (m *MockWerftService_SubscribeServer) Send(arg0 *v1.SubscribeResponse) error
Send mocks base method.
func (*MockWerftService_SubscribeServer) SendHeader ¶
func (m *MockWerftService_SubscribeServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockWerftService_SubscribeServer) SendMsg ¶
func (m_2 *MockWerftService_SubscribeServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockWerftService_SubscribeServer) SetHeader ¶
func (m *MockWerftService_SubscribeServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockWerftService_SubscribeServer) SetTrailer ¶
func (m *MockWerftService_SubscribeServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockWerftService_SubscribeServerMockRecorder ¶
type MockWerftService_SubscribeServerMockRecorder struct {
// contains filtered or unexported fields
}
MockWerftService_SubscribeServerMockRecorder is the mock recorder for MockWerftService_SubscribeServer.
func (*MockWerftService_SubscribeServerMockRecorder) Context ¶
func (mr *MockWerftService_SubscribeServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockWerftService_SubscribeServerMockRecorder) RecvMsg ¶
func (mr *MockWerftService_SubscribeServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockWerftService_SubscribeServerMockRecorder) Send ¶
func (mr *MockWerftService_SubscribeServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockWerftService_SubscribeServerMockRecorder) SendHeader ¶
func (mr *MockWerftService_SubscribeServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockWerftService_SubscribeServerMockRecorder) SendMsg ¶
func (mr *MockWerftService_SubscribeServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockWerftService_SubscribeServerMockRecorder) SetHeader ¶
func (mr *MockWerftService_SubscribeServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockWerftService_SubscribeServerMockRecorder) SetTrailer ¶
func (mr *MockWerftService_SubscribeServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockisJobSpec_Source ¶
type MockisJobSpec_Source struct {
// contains filtered or unexported fields
}
MockisJobSpec_Source is a mock of isJobSpec_Source interface.
func NewMockisJobSpec_Source ¶
func NewMockisJobSpec_Source(ctrl *gomock.Controller) *MockisJobSpec_Source
NewMockisJobSpec_Source creates a new mock instance.
func (*MockisJobSpec_Source) EXPECT ¶
func (m *MockisJobSpec_Source) EXPECT() *MockisJobSpec_SourceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockisJobSpec_SourceMockRecorder ¶
type MockisJobSpec_SourceMockRecorder struct {
// contains filtered or unexported fields
}
MockisJobSpec_SourceMockRecorder is the mock recorder for MockisJobSpec_Source.
type MockisListenResponse_Content ¶
type MockisListenResponse_Content struct {
// contains filtered or unexported fields
}
MockisListenResponse_Content is a mock of isListenResponse_Content interface.
func NewMockisListenResponse_Content ¶
func NewMockisListenResponse_Content(ctrl *gomock.Controller) *MockisListenResponse_Content
NewMockisListenResponse_Content creates a new mock instance.
func (*MockisListenResponse_Content) EXPECT ¶
func (m *MockisListenResponse_Content) EXPECT() *MockisListenResponse_ContentMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockisListenResponse_ContentMockRecorder ¶
type MockisListenResponse_ContentMockRecorder struct {
// contains filtered or unexported fields
}
MockisListenResponse_ContentMockRecorder is the mock recorder for MockisListenResponse_Content.
type MockisStartLocalJobRequest_Content ¶
type MockisStartLocalJobRequest_Content struct {
// contains filtered or unexported fields
}
MockisStartLocalJobRequest_Content is a mock of isStartLocalJobRequest_Content interface.
func NewMockisStartLocalJobRequest_Content ¶
func NewMockisStartLocalJobRequest_Content(ctrl *gomock.Controller) *MockisStartLocalJobRequest_Content
NewMockisStartLocalJobRequest_Content creates a new mock instance.
func (*MockisStartLocalJobRequest_Content) EXPECT ¶
func (m *MockisStartLocalJobRequest_Content) EXPECT() *MockisStartLocalJobRequest_ContentMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockisStartLocalJobRequest_ContentMockRecorder ¶
type MockisStartLocalJobRequest_ContentMockRecorder struct {
// contains filtered or unexported fields
}
MockisStartLocalJobRequest_ContentMockRecorder is the mock recorder for MockisStartLocalJobRequest_Content.