mock_vizierpb

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_vizierpb is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockVizierDebugServiceClient

type MockVizierDebugServiceClient struct {
	// contains filtered or unexported fields
}

MockVizierDebugServiceClient is a mock of VizierDebugServiceClient interface.

func NewMockVizierDebugServiceClient

func NewMockVizierDebugServiceClient(ctrl *gomock.Controller) *MockVizierDebugServiceClient

NewMockVizierDebugServiceClient creates a new mock instance.

func (*MockVizierDebugServiceClient) DebugLog

DebugLog mocks base method.

func (*MockVizierDebugServiceClient) DebugPods

DebugPods mocks base method.

func (*MockVizierDebugServiceClient) EXPECT

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

type MockVizierDebugServiceClientMockRecorder

type MockVizierDebugServiceClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierDebugServiceClientMockRecorder is the mock recorder for MockVizierDebugServiceClient.

func (*MockVizierDebugServiceClientMockRecorder) DebugLog

func (mr *MockVizierDebugServiceClientMockRecorder) DebugLog(ctx, in interface{}, opts ...interface{}) *gomock.Call

DebugLog indicates an expected call of DebugLog.

func (*MockVizierDebugServiceClientMockRecorder) DebugPods

func (mr *MockVizierDebugServiceClientMockRecorder) DebugPods(ctx, in interface{}, opts ...interface{}) *gomock.Call

DebugPods indicates an expected call of DebugPods.

type MockVizierDebugServiceServer

type MockVizierDebugServiceServer struct {
	// contains filtered or unexported fields
}

MockVizierDebugServiceServer is a mock of VizierDebugServiceServer interface.

func NewMockVizierDebugServiceServer

func NewMockVizierDebugServiceServer(ctrl *gomock.Controller) *MockVizierDebugServiceServer

NewMockVizierDebugServiceServer creates a new mock instance.

func (*MockVizierDebugServiceServer) DebugLog

DebugLog mocks base method.

func (*MockVizierDebugServiceServer) DebugPods

DebugPods mocks base method.

func (*MockVizierDebugServiceServer) EXPECT

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

type MockVizierDebugServiceServerMockRecorder

type MockVizierDebugServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierDebugServiceServerMockRecorder is the mock recorder for MockVizierDebugServiceServer.

func (*MockVizierDebugServiceServerMockRecorder) DebugLog

func (mr *MockVizierDebugServiceServerMockRecorder) DebugLog(arg0, arg1 interface{}) *gomock.Call

DebugLog indicates an expected call of DebugLog.

func (*MockVizierDebugServiceServerMockRecorder) DebugPods

func (mr *MockVizierDebugServiceServerMockRecorder) DebugPods(arg0, arg1 interface{}) *gomock.Call

DebugPods indicates an expected call of DebugPods.

type MockVizierDebugService_DebugLogClient

type MockVizierDebugService_DebugLogClient struct {
	// contains filtered or unexported fields
}

MockVizierDebugService_DebugLogClient is a mock of VizierDebugService_DebugLogClient interface.

func NewMockVizierDebugService_DebugLogClient

func NewMockVizierDebugService_DebugLogClient(ctrl *gomock.Controller) *MockVizierDebugService_DebugLogClient

NewMockVizierDebugService_DebugLogClient creates a new mock instance.

func (*MockVizierDebugService_DebugLogClient) CloseSend

CloseSend mocks base method.

func (*MockVizierDebugService_DebugLogClient) Context

Context mocks base method.

func (*MockVizierDebugService_DebugLogClient) EXPECT

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

func (*MockVizierDebugService_DebugLogClient) Header

Header mocks base method.

func (*MockVizierDebugService_DebugLogClient) Recv

Recv mocks base method.

func (*MockVizierDebugService_DebugLogClient) RecvMsg

func (m_2 *MockVizierDebugService_DebugLogClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockVizierDebugService_DebugLogClient) SendMsg

func (m_2 *MockVizierDebugService_DebugLogClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockVizierDebugService_DebugLogClient) Trailer

Trailer mocks base method.

type MockVizierDebugService_DebugLogClientMockRecorder

type MockVizierDebugService_DebugLogClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierDebugService_DebugLogClientMockRecorder is the mock recorder for MockVizierDebugService_DebugLogClient.

func (*MockVizierDebugService_DebugLogClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockVizierDebugService_DebugLogClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockVizierDebugService_DebugLogClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockVizierDebugService_DebugLogClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockVizierDebugService_DebugLogClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockVizierDebugService_DebugLogClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockVizierDebugService_DebugLogClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockVizierDebugService_DebugLogServer

type MockVizierDebugService_DebugLogServer struct {
	// contains filtered or unexported fields
}

MockVizierDebugService_DebugLogServer is a mock of VizierDebugService_DebugLogServer interface.

func NewMockVizierDebugService_DebugLogServer

func NewMockVizierDebugService_DebugLogServer(ctrl *gomock.Controller) *MockVizierDebugService_DebugLogServer

NewMockVizierDebugService_DebugLogServer creates a new mock instance.

func (*MockVizierDebugService_DebugLogServer) Context

Context mocks base method.

func (*MockVizierDebugService_DebugLogServer) EXPECT

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

func (*MockVizierDebugService_DebugLogServer) RecvMsg

func (m_2 *MockVizierDebugService_DebugLogServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockVizierDebugService_DebugLogServer) Send

Send mocks base method.

func (*MockVizierDebugService_DebugLogServer) SendHeader

SendHeader mocks base method.

func (*MockVizierDebugService_DebugLogServer) SendMsg

func (m_2 *MockVizierDebugService_DebugLogServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockVizierDebugService_DebugLogServer) SetHeader

SetHeader mocks base method.

func (*MockVizierDebugService_DebugLogServer) SetTrailer

SetTrailer mocks base method.

type MockVizierDebugService_DebugLogServerMockRecorder

type MockVizierDebugService_DebugLogServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierDebugService_DebugLogServerMockRecorder is the mock recorder for MockVizierDebugService_DebugLogServer.

func (*MockVizierDebugService_DebugLogServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockVizierDebugService_DebugLogServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockVizierDebugService_DebugLogServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockVizierDebugService_DebugLogServerMockRecorder) SendHeader

func (mr *MockVizierDebugService_DebugLogServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockVizierDebugService_DebugLogServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockVizierDebugService_DebugLogServerMockRecorder) SetHeader

func (mr *MockVizierDebugService_DebugLogServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockVizierDebugService_DebugLogServerMockRecorder) SetTrailer

func (mr *MockVizierDebugService_DebugLogServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockVizierDebugService_DebugPodsClient

type MockVizierDebugService_DebugPodsClient struct {
	// contains filtered or unexported fields
}

MockVizierDebugService_DebugPodsClient is a mock of VizierDebugService_DebugPodsClient interface.

func NewMockVizierDebugService_DebugPodsClient

func NewMockVizierDebugService_DebugPodsClient(ctrl *gomock.Controller) *MockVizierDebugService_DebugPodsClient

NewMockVizierDebugService_DebugPodsClient creates a new mock instance.

func (*MockVizierDebugService_DebugPodsClient) CloseSend

CloseSend mocks base method.

func (*MockVizierDebugService_DebugPodsClient) Context

Context mocks base method.

func (*MockVizierDebugService_DebugPodsClient) EXPECT

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

func (*MockVizierDebugService_DebugPodsClient) Header

Header mocks base method.

func (*MockVizierDebugService_DebugPodsClient) Recv

Recv mocks base method.

func (*MockVizierDebugService_DebugPodsClient) RecvMsg

func (m_2 *MockVizierDebugService_DebugPodsClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockVizierDebugService_DebugPodsClient) SendMsg

func (m_2 *MockVizierDebugService_DebugPodsClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockVizierDebugService_DebugPodsClient) Trailer

Trailer mocks base method.

type MockVizierDebugService_DebugPodsClientMockRecorder

type MockVizierDebugService_DebugPodsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierDebugService_DebugPodsClientMockRecorder is the mock recorder for MockVizierDebugService_DebugPodsClient.

func (*MockVizierDebugService_DebugPodsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockVizierDebugService_DebugPodsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockVizierDebugService_DebugPodsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockVizierDebugService_DebugPodsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockVizierDebugService_DebugPodsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockVizierDebugService_DebugPodsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockVizierDebugService_DebugPodsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockVizierDebugService_DebugPodsServer

type MockVizierDebugService_DebugPodsServer struct {
	// contains filtered or unexported fields
}

MockVizierDebugService_DebugPodsServer is a mock of VizierDebugService_DebugPodsServer interface.

func NewMockVizierDebugService_DebugPodsServer

func NewMockVizierDebugService_DebugPodsServer(ctrl *gomock.Controller) *MockVizierDebugService_DebugPodsServer

NewMockVizierDebugService_DebugPodsServer creates a new mock instance.

func (*MockVizierDebugService_DebugPodsServer) Context

Context mocks base method.

func (*MockVizierDebugService_DebugPodsServer) EXPECT

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

func (*MockVizierDebugService_DebugPodsServer) RecvMsg

func (m_2 *MockVizierDebugService_DebugPodsServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockVizierDebugService_DebugPodsServer) Send

Send mocks base method.

func (*MockVizierDebugService_DebugPodsServer) SendHeader

SendHeader mocks base method.

func (*MockVizierDebugService_DebugPodsServer) SendMsg

func (m_2 *MockVizierDebugService_DebugPodsServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockVizierDebugService_DebugPodsServer) SetHeader

SetHeader mocks base method.

func (*MockVizierDebugService_DebugPodsServer) SetTrailer

SetTrailer mocks base method.

type MockVizierDebugService_DebugPodsServerMockRecorder

type MockVizierDebugService_DebugPodsServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierDebugService_DebugPodsServerMockRecorder is the mock recorder for MockVizierDebugService_DebugPodsServer.

func (*MockVizierDebugService_DebugPodsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockVizierDebugService_DebugPodsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockVizierDebugService_DebugPodsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockVizierDebugService_DebugPodsServerMockRecorder) SendHeader

func (mr *MockVizierDebugService_DebugPodsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockVizierDebugService_DebugPodsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockVizierDebugService_DebugPodsServerMockRecorder) SetHeader

func (mr *MockVizierDebugService_DebugPodsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockVizierDebugService_DebugPodsServerMockRecorder) SetTrailer

func (mr *MockVizierDebugService_DebugPodsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockVizierServiceClient

type MockVizierServiceClient struct {
	// contains filtered or unexported fields
}

MockVizierServiceClient is a mock of VizierServiceClient interface.

func NewMockVizierServiceClient

func NewMockVizierServiceClient(ctrl *gomock.Controller) *MockVizierServiceClient

NewMockVizierServiceClient creates a new mock instance.

func (*MockVizierServiceClient) EXPECT

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

func (*MockVizierServiceClient) ExecuteScript

ExecuteScript mocks base method.

func (*MockVizierServiceClient) HealthCheck

HealthCheck mocks base method.

type MockVizierServiceClientMockRecorder

type MockVizierServiceClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierServiceClientMockRecorder is the mock recorder for MockVizierServiceClient.

func (*MockVizierServiceClientMockRecorder) ExecuteScript

func (mr *MockVizierServiceClientMockRecorder) ExecuteScript(ctx, in interface{}, opts ...interface{}) *gomock.Call

ExecuteScript indicates an expected call of ExecuteScript.

func (*MockVizierServiceClientMockRecorder) HealthCheck

func (mr *MockVizierServiceClientMockRecorder) HealthCheck(ctx, in interface{}, opts ...interface{}) *gomock.Call

HealthCheck indicates an expected call of HealthCheck.

type MockVizierServiceServer

type MockVizierServiceServer struct {
	// contains filtered or unexported fields
}

MockVizierServiceServer is a mock of VizierServiceServer interface.

func NewMockVizierServiceServer

func NewMockVizierServiceServer(ctrl *gomock.Controller) *MockVizierServiceServer

NewMockVizierServiceServer creates a new mock instance.

func (*MockVizierServiceServer) EXPECT

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

func (*MockVizierServiceServer) ExecuteScript

ExecuteScript mocks base method.

func (*MockVizierServiceServer) HealthCheck

HealthCheck mocks base method.

type MockVizierServiceServerMockRecorder

type MockVizierServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierServiceServerMockRecorder is the mock recorder for MockVizierServiceServer.

func (*MockVizierServiceServerMockRecorder) ExecuteScript

func (mr *MockVizierServiceServerMockRecorder) ExecuteScript(arg0, arg1 interface{}) *gomock.Call

ExecuteScript indicates an expected call of ExecuteScript.

func (*MockVizierServiceServerMockRecorder) HealthCheck

func (mr *MockVizierServiceServerMockRecorder) HealthCheck(arg0, arg1 interface{}) *gomock.Call

HealthCheck indicates an expected call of HealthCheck.

type MockVizierService_ExecuteScriptClient

type MockVizierService_ExecuteScriptClient struct {
	// contains filtered or unexported fields
}

MockVizierService_ExecuteScriptClient is a mock of VizierService_ExecuteScriptClient interface.

func NewMockVizierService_ExecuteScriptClient

func NewMockVizierService_ExecuteScriptClient(ctrl *gomock.Controller) *MockVizierService_ExecuteScriptClient

NewMockVizierService_ExecuteScriptClient creates a new mock instance.

func (*MockVizierService_ExecuteScriptClient) CloseSend

CloseSend mocks base method.

func (*MockVizierService_ExecuteScriptClient) Context

Context mocks base method.

func (*MockVizierService_ExecuteScriptClient) EXPECT

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

func (*MockVizierService_ExecuteScriptClient) Header

Header mocks base method.

func (*MockVizierService_ExecuteScriptClient) Recv

Recv mocks base method.

func (*MockVizierService_ExecuteScriptClient) RecvMsg

func (m_2 *MockVizierService_ExecuteScriptClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockVizierService_ExecuteScriptClient) SendMsg

func (m_2 *MockVizierService_ExecuteScriptClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockVizierService_ExecuteScriptClient) Trailer

Trailer mocks base method.

type MockVizierService_ExecuteScriptClientMockRecorder

type MockVizierService_ExecuteScriptClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierService_ExecuteScriptClientMockRecorder is the mock recorder for MockVizierService_ExecuteScriptClient.

func (*MockVizierService_ExecuteScriptClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockVizierService_ExecuteScriptClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockVizierService_ExecuteScriptClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockVizierService_ExecuteScriptClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockVizierService_ExecuteScriptClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockVizierService_ExecuteScriptClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockVizierService_ExecuteScriptClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockVizierService_ExecuteScriptServer

type MockVizierService_ExecuteScriptServer struct {
	// contains filtered or unexported fields
}

MockVizierService_ExecuteScriptServer is a mock of VizierService_ExecuteScriptServer interface.

func NewMockVizierService_ExecuteScriptServer

func NewMockVizierService_ExecuteScriptServer(ctrl *gomock.Controller) *MockVizierService_ExecuteScriptServer

NewMockVizierService_ExecuteScriptServer creates a new mock instance.

func (*MockVizierService_ExecuteScriptServer) Context

Context mocks base method.

func (*MockVizierService_ExecuteScriptServer) EXPECT

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

func (*MockVizierService_ExecuteScriptServer) RecvMsg

func (m_2 *MockVizierService_ExecuteScriptServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockVizierService_ExecuteScriptServer) Send

Send mocks base method.

func (*MockVizierService_ExecuteScriptServer) SendHeader

SendHeader mocks base method.

func (*MockVizierService_ExecuteScriptServer) SendMsg

func (m_2 *MockVizierService_ExecuteScriptServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockVizierService_ExecuteScriptServer) SetHeader

SetHeader mocks base method.

func (*MockVizierService_ExecuteScriptServer) SetTrailer

SetTrailer mocks base method.

type MockVizierService_ExecuteScriptServerMockRecorder

type MockVizierService_ExecuteScriptServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierService_ExecuteScriptServerMockRecorder is the mock recorder for MockVizierService_ExecuteScriptServer.

func (*MockVizierService_ExecuteScriptServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockVizierService_ExecuteScriptServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockVizierService_ExecuteScriptServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockVizierService_ExecuteScriptServerMockRecorder) SendHeader

func (mr *MockVizierService_ExecuteScriptServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockVizierService_ExecuteScriptServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockVizierService_ExecuteScriptServerMockRecorder) SetHeader

func (mr *MockVizierService_ExecuteScriptServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockVizierService_ExecuteScriptServerMockRecorder) SetTrailer

func (mr *MockVizierService_ExecuteScriptServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockVizierService_HealthCheckClient

type MockVizierService_HealthCheckClient struct {
	// contains filtered or unexported fields
}

MockVizierService_HealthCheckClient is a mock of VizierService_HealthCheckClient interface.

func NewMockVizierService_HealthCheckClient

func NewMockVizierService_HealthCheckClient(ctrl *gomock.Controller) *MockVizierService_HealthCheckClient

NewMockVizierService_HealthCheckClient creates a new mock instance.

func (*MockVizierService_HealthCheckClient) CloseSend

CloseSend mocks base method.

func (*MockVizierService_HealthCheckClient) Context

Context mocks base method.

func (*MockVizierService_HealthCheckClient) EXPECT

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

func (*MockVizierService_HealthCheckClient) Header

Header mocks base method.

func (*MockVizierService_HealthCheckClient) Recv

Recv mocks base method.

func (*MockVizierService_HealthCheckClient) RecvMsg

func (m_2 *MockVizierService_HealthCheckClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockVizierService_HealthCheckClient) SendMsg

func (m_2 *MockVizierService_HealthCheckClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockVizierService_HealthCheckClient) Trailer

Trailer mocks base method.

type MockVizierService_HealthCheckClientMockRecorder

type MockVizierService_HealthCheckClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierService_HealthCheckClientMockRecorder is the mock recorder for MockVizierService_HealthCheckClient.

func (*MockVizierService_HealthCheckClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockVizierService_HealthCheckClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockVizierService_HealthCheckClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockVizierService_HealthCheckClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockVizierService_HealthCheckClientMockRecorder) RecvMsg

func (mr *MockVizierService_HealthCheckClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockVizierService_HealthCheckClientMockRecorder) SendMsg

func (mr *MockVizierService_HealthCheckClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockVizierService_HealthCheckClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockVizierService_HealthCheckServer

type MockVizierService_HealthCheckServer struct {
	// contains filtered or unexported fields
}

MockVizierService_HealthCheckServer is a mock of VizierService_HealthCheckServer interface.

func NewMockVizierService_HealthCheckServer

func NewMockVizierService_HealthCheckServer(ctrl *gomock.Controller) *MockVizierService_HealthCheckServer

NewMockVizierService_HealthCheckServer creates a new mock instance.

func (*MockVizierService_HealthCheckServer) Context

Context mocks base method.

func (*MockVizierService_HealthCheckServer) EXPECT

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

func (*MockVizierService_HealthCheckServer) RecvMsg

func (m_2 *MockVizierService_HealthCheckServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockVizierService_HealthCheckServer) Send

Send mocks base method.

func (*MockVizierService_HealthCheckServer) SendHeader

SendHeader mocks base method.

func (*MockVizierService_HealthCheckServer) SendMsg

func (m_2 *MockVizierService_HealthCheckServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockVizierService_HealthCheckServer) SetHeader

SetHeader mocks base method.

func (*MockVizierService_HealthCheckServer) SetTrailer

func (m *MockVizierService_HealthCheckServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockVizierService_HealthCheckServerMockRecorder

type MockVizierService_HealthCheckServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockVizierService_HealthCheckServerMockRecorder is the mock recorder for MockVizierService_HealthCheckServer.

func (*MockVizierService_HealthCheckServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockVizierService_HealthCheckServerMockRecorder) RecvMsg

func (mr *MockVizierService_HealthCheckServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockVizierService_HealthCheckServerMockRecorder) Send

func (mr *MockVizierService_HealthCheckServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockVizierService_HealthCheckServerMockRecorder) SendHeader

func (mr *MockVizierService_HealthCheckServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockVizierService_HealthCheckServerMockRecorder) SendMsg

func (mr *MockVizierService_HealthCheckServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockVizierService_HealthCheckServerMockRecorder) SetHeader

func (mr *MockVizierService_HealthCheckServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockVizierService_HealthCheckServerMockRecorder) SetTrailer

func (mr *MockVizierService_HealthCheckServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockisColumn_ColData

type MockisColumn_ColData struct {
	// contains filtered or unexported fields
}

MockisColumn_ColData is a mock of isColumn_ColData interface.

func NewMockisColumn_ColData

func NewMockisColumn_ColData(ctrl *gomock.Controller) *MockisColumn_ColData

NewMockisColumn_ColData creates a new mock instance.

func (*MockisColumn_ColData) EXPECT

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

func (*MockisColumn_ColData) Equal

func (m *MockisColumn_ColData) Equal(arg0 interface{}) bool

Equal mocks base method.

func (*MockisColumn_ColData) MarshalTo

func (m *MockisColumn_ColData) MarshalTo(arg0 []byte) (int, error)

MarshalTo mocks base method.

func (*MockisColumn_ColData) Size

func (m *MockisColumn_ColData) Size() int

Size mocks base method.

type MockisColumn_ColDataMockRecorder

type MockisColumn_ColDataMockRecorder struct {
	// contains filtered or unexported fields
}

MockisColumn_ColDataMockRecorder is the mock recorder for MockisColumn_ColData.

func (*MockisColumn_ColDataMockRecorder) Equal

func (mr *MockisColumn_ColDataMockRecorder) Equal(arg0 interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockisColumn_ColDataMockRecorder) MarshalTo

func (mr *MockisColumn_ColDataMockRecorder) MarshalTo(arg0 interface{}) *gomock.Call

MarshalTo indicates an expected call of MarshalTo.

func (*MockisColumn_ColDataMockRecorder) Size

Size indicates an expected call of Size.

type MockisErrorDetails_Error

type MockisErrorDetails_Error struct {
	// contains filtered or unexported fields
}

MockisErrorDetails_Error is a mock of isErrorDetails_Error interface.

func NewMockisErrorDetails_Error

func NewMockisErrorDetails_Error(ctrl *gomock.Controller) *MockisErrorDetails_Error

NewMockisErrorDetails_Error creates a new mock instance.

func (*MockisErrorDetails_Error) EXPECT

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

func (*MockisErrorDetails_Error) Equal

func (m *MockisErrorDetails_Error) Equal(arg0 interface{}) bool

Equal mocks base method.

func (*MockisErrorDetails_Error) MarshalTo

func (m *MockisErrorDetails_Error) MarshalTo(arg0 []byte) (int, error)

MarshalTo mocks base method.

func (*MockisErrorDetails_Error) Size

func (m *MockisErrorDetails_Error) Size() int

Size mocks base method.

type MockisErrorDetails_ErrorMockRecorder

type MockisErrorDetails_ErrorMockRecorder struct {
	// contains filtered or unexported fields
}

MockisErrorDetails_ErrorMockRecorder is the mock recorder for MockisErrorDetails_Error.

func (*MockisErrorDetails_ErrorMockRecorder) Equal

func (mr *MockisErrorDetails_ErrorMockRecorder) Equal(arg0 interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockisErrorDetails_ErrorMockRecorder) MarshalTo

func (mr *MockisErrorDetails_ErrorMockRecorder) MarshalTo(arg0 interface{}) *gomock.Call

MarshalTo indicates an expected call of MarshalTo.

func (*MockisErrorDetails_ErrorMockRecorder) Size

Size indicates an expected call of Size.

type MockisExecuteScriptResponse_Result

type MockisExecuteScriptResponse_Result struct {
	// contains filtered or unexported fields
}

MockisExecuteScriptResponse_Result is a mock of isExecuteScriptResponse_Result interface.

func NewMockisExecuteScriptResponse_Result

func NewMockisExecuteScriptResponse_Result(ctrl *gomock.Controller) *MockisExecuteScriptResponse_Result

NewMockisExecuteScriptResponse_Result creates a new mock instance.

func (*MockisExecuteScriptResponse_Result) EXPECT

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

func (*MockisExecuteScriptResponse_Result) Equal

func (m *MockisExecuteScriptResponse_Result) Equal(arg0 interface{}) bool

Equal mocks base method.

func (*MockisExecuteScriptResponse_Result) MarshalTo

func (m *MockisExecuteScriptResponse_Result) MarshalTo(arg0 []byte) (int, error)

MarshalTo mocks base method.

func (*MockisExecuteScriptResponse_Result) Size

Size mocks base method.

type MockisExecuteScriptResponse_ResultMockRecorder

type MockisExecuteScriptResponse_ResultMockRecorder struct {
	// contains filtered or unexported fields
}

MockisExecuteScriptResponse_ResultMockRecorder is the mock recorder for MockisExecuteScriptResponse_Result.

func (*MockisExecuteScriptResponse_ResultMockRecorder) Equal

func (mr *MockisExecuteScriptResponse_ResultMockRecorder) Equal(arg0 interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockisExecuteScriptResponse_ResultMockRecorder) MarshalTo

func (mr *MockisExecuteScriptResponse_ResultMockRecorder) MarshalTo(arg0 interface{}) *gomock.Call

MarshalTo indicates an expected call of MarshalTo.

func (*MockisExecuteScriptResponse_ResultMockRecorder) Size

Size indicates an expected call of Size.

type MockisScalarValue_Value

type MockisScalarValue_Value struct {
	// contains filtered or unexported fields
}

MockisScalarValue_Value is a mock of isScalarValue_Value interface.

func NewMockisScalarValue_Value

func NewMockisScalarValue_Value(ctrl *gomock.Controller) *MockisScalarValue_Value

NewMockisScalarValue_Value creates a new mock instance.

func (*MockisScalarValue_Value) EXPECT

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

func (*MockisScalarValue_Value) Equal

func (m *MockisScalarValue_Value) Equal(arg0 interface{}) bool

Equal mocks base method.

func (*MockisScalarValue_Value) MarshalTo

func (m *MockisScalarValue_Value) MarshalTo(arg0 []byte) (int, error)

MarshalTo mocks base method.

func (*MockisScalarValue_Value) Size

func (m *MockisScalarValue_Value) Size() int

Size mocks base method.

type MockisScalarValue_ValueMockRecorder

type MockisScalarValue_ValueMockRecorder struct {
	// contains filtered or unexported fields
}

MockisScalarValue_ValueMockRecorder is the mock recorder for MockisScalarValue_Value.

func (*MockisScalarValue_ValueMockRecorder) Equal

func (mr *MockisScalarValue_ValueMockRecorder) Equal(arg0 interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockisScalarValue_ValueMockRecorder) MarshalTo

func (mr *MockisScalarValue_ValueMockRecorder) MarshalTo(arg0 interface{}) *gomock.Call

MarshalTo indicates an expected call of MarshalTo.

func (*MockisScalarValue_ValueMockRecorder) Size

Size indicates an expected call of Size.

Jump to

Keyboard shortcuts

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