mock

package
v0.3.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWerftServiceClient) GetJob

GetJob mocks base method.

func (*MockWerftServiceClient) ListJobs

ListJobs mocks base method.

func (*MockWerftServiceClient) Listen

Listen mocks base method.

func (*MockWerftServiceClient) StartFromPreviousJob

StartFromPreviousJob mocks base method.

func (*MockWerftServiceClient) StartGitHubJob

StartGitHubJob mocks base method.

func (*MockWerftServiceClient) StartJob

StartJob mocks base method.

func (*MockWerftServiceClient) StartJob2

StartJob2 mocks base method.

func (*MockWerftServiceClient) StartLocalJob

StartLocalJob mocks base method.

func (*MockWerftServiceClient) StopJob

StopJob mocks base method.

func (*MockWerftServiceClient) Subscribe

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWerftServiceServer) GetJob

GetJob mocks base method.

func (*MockWerftServiceServer) ListJobs

ListJobs mocks base method.

func (*MockWerftServiceServer) Listen

Listen mocks base method.

func (*MockWerftServiceServer) StartFromPreviousJob

StartFromPreviousJob mocks base method.

func (*MockWerftServiceServer) StartGitHubJob

StartGitHubJob mocks base method.

func (*MockWerftServiceServer) StartJob

StartJob mocks base method.

func (*MockWerftServiceServer) StartJob2

StartJob2 mocks base method.

func (*MockWerftServiceServer) StartLocalJob

StartLocalJob mocks base method.

func (*MockWerftServiceServer) StopJob

StopJob mocks base method.

func (*MockWerftServiceServer) Subscribe

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

Context mocks base method.

func (*MockWerftService_ListenClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWerftService_ListenClient) Header

Header mocks base method.

func (*MockWerftService_ListenClient) Recv

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

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

CloseSend indicates an expected call of CloseSend.

func (*MockWerftService_ListenClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockWerftService_ListenClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockWerftService_ListenClientMockRecorder) Recv

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

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

Context mocks base method.

func (*MockWerftService_ListenServer) EXPECT

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

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

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

CloseAndRecv mocks base method.

func (*MockWerftService_StartLocalJobClient) CloseSend

CloseSend mocks base method.

func (*MockWerftService_StartLocalJobClient) Context

Context mocks base method.

func (*MockWerftService_StartLocalJobClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWerftService_StartLocalJobClient) Header

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

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

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

CloseAndRecv indicates an expected call of CloseAndRecv.

func (*MockWerftService_StartLocalJobClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockWerftService_StartLocalJobClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockWerftService_StartLocalJobClientMockRecorder) Header

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

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

Context mocks base method.

func (*MockWerftService_StartLocalJobServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWerftService_StartLocalJobServer) Recv

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

SendAndClose mocks base method.

func (*MockWerftService_StartLocalJobServer) SendHeader

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

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

Context indicates an expected call of Context.

func (*MockWerftService_StartLocalJobServerMockRecorder) Recv

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

Context mocks base method.

func (*MockWerftService_SubscribeClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWerftService_SubscribeClient) Header

Header mocks base method.

func (*MockWerftService_SubscribeClient) Recv

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

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

CloseSend indicates an expected call of CloseSend.

func (*MockWerftService_SubscribeClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockWerftService_SubscribeClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockWerftService_SubscribeClientMockRecorder) Recv

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

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

Context mocks base method.

func (*MockWerftService_SubscribeServer) EXPECT

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

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

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

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

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

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL