mocks

package
v0.0.0-...-157dae5 Latest Latest
Warning

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

Go to latest
Published: May 1, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHaraqaClient

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

MockHaraqaClient is a mock of HaraqaClient interface

func NewMockHaraqaClient

func NewMockHaraqaClient(ctrl *gomock.Controller) *MockHaraqaClient

NewMockHaraqaClient creates a new mock instance

func (*MockHaraqaClient) CreateTopic

CreateTopic mocks base method

func (*MockHaraqaClient) DeleteTopic

DeleteTopic mocks base method

func (*MockHaraqaClient) EXPECT

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

func (*MockHaraqaClient) ListTopics

ListTopics mocks base method

func (*MockHaraqaClient) Lock

Lock mocks base method

func (*MockHaraqaClient) Offsets

Offsets mocks base method

func (*MockHaraqaClient) TruncateTopic

TruncateTopic mocks base method

func (*MockHaraqaClient) WatchTopics

WatchTopics mocks base method

type MockHaraqaClientMockRecorder

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

MockHaraqaClientMockRecorder is the mock recorder for MockHaraqaClient

func (*MockHaraqaClientMockRecorder) CreateTopic

func (mr *MockHaraqaClientMockRecorder) CreateTopic(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTopic indicates an expected call of CreateTopic

func (*MockHaraqaClientMockRecorder) DeleteTopic

func (mr *MockHaraqaClientMockRecorder) DeleteTopic(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTopic indicates an expected call of DeleteTopic

func (*MockHaraqaClientMockRecorder) ListTopics

func (mr *MockHaraqaClientMockRecorder) ListTopics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTopics indicates an expected call of ListTopics

func (*MockHaraqaClientMockRecorder) Lock

func (mr *MockHaraqaClientMockRecorder) Lock(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Lock indicates an expected call of Lock

func (*MockHaraqaClientMockRecorder) Offsets

func (mr *MockHaraqaClientMockRecorder) Offsets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Offsets indicates an expected call of Offsets

func (*MockHaraqaClientMockRecorder) TruncateTopic

func (mr *MockHaraqaClientMockRecorder) TruncateTopic(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TruncateTopic indicates an expected call of TruncateTopic

func (*MockHaraqaClientMockRecorder) WatchTopics

func (mr *MockHaraqaClientMockRecorder) WatchTopics(arg0 interface{}, arg1 ...interface{}) *gomock.Call

WatchTopics indicates an expected call of WatchTopics

type MockHaraqa_LockClient

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

MockHaraqa_LockClient is a mock of Haraqa_LockClient interface

func NewMockHaraqa_LockClient

func NewMockHaraqa_LockClient(ctrl *gomock.Controller) *MockHaraqa_LockClient

NewMockHaraqa_LockClient creates a new mock instance

func (*MockHaraqa_LockClient) CloseSend

func (m *MockHaraqa_LockClient) CloseSend() error

CloseSend mocks base method

func (*MockHaraqa_LockClient) Context

func (m *MockHaraqa_LockClient) Context() context.Context

Context mocks base method

func (*MockHaraqa_LockClient) EXPECT

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

func (*MockHaraqa_LockClient) Header

func (m *MockHaraqa_LockClient) Header() (metadata.MD, error)

Header mocks base method

func (*MockHaraqa_LockClient) Recv

Recv mocks base method

func (*MockHaraqa_LockClient) RecvMsg

func (m *MockHaraqa_LockClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockHaraqa_LockClient) Send

Send mocks base method

func (*MockHaraqa_LockClient) SendMsg

func (m *MockHaraqa_LockClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockHaraqa_LockClient) Trailer

func (m *MockHaraqa_LockClient) Trailer() metadata.MD

Trailer mocks base method

type MockHaraqa_LockClientMockRecorder

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

MockHaraqa_LockClientMockRecorder is the mock recorder for MockHaraqa_LockClient

func (*MockHaraqa_LockClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*MockHaraqa_LockClientMockRecorder) Context

Context indicates an expected call of Context

func (*MockHaraqa_LockClientMockRecorder) Header

Header indicates an expected call of Header

func (*MockHaraqa_LockClientMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockHaraqa_LockClientMockRecorder) RecvMsg

func (mr *MockHaraqa_LockClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockHaraqa_LockClientMockRecorder) Send

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

Send indicates an expected call of Send

func (*MockHaraqa_LockClientMockRecorder) SendMsg

func (mr *MockHaraqa_LockClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockHaraqa_LockClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type MockHaraqa_LockServer

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

MockHaraqa_LockServer is a mock of Haraqa_LockServer interface

func NewMockHaraqa_LockServer

func NewMockHaraqa_LockServer(ctrl *gomock.Controller) *MockHaraqa_LockServer

NewMockHaraqa_LockServer creates a new mock instance

func (*MockHaraqa_LockServer) Context

func (m *MockHaraqa_LockServer) Context() context.Context

Context mocks base method

func (*MockHaraqa_LockServer) EXPECT

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

func (*MockHaraqa_LockServer) Recv

Recv mocks base method

func (*MockHaraqa_LockServer) RecvMsg

func (m *MockHaraqa_LockServer) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockHaraqa_LockServer) Send

Send mocks base method

func (*MockHaraqa_LockServer) SendHeader

func (m *MockHaraqa_LockServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method

func (*MockHaraqa_LockServer) SendMsg

func (m *MockHaraqa_LockServer) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockHaraqa_LockServer) SetHeader

func (m *MockHaraqa_LockServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method

func (*MockHaraqa_LockServer) SetTrailer

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

SetTrailer mocks base method

type MockHaraqa_LockServerMockRecorder

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

MockHaraqa_LockServerMockRecorder is the mock recorder for MockHaraqa_LockServer

func (*MockHaraqa_LockServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockHaraqa_LockServerMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockHaraqa_LockServerMockRecorder) RecvMsg

func (mr *MockHaraqa_LockServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockHaraqa_LockServerMockRecorder) Send

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

Send indicates an expected call of Send

func (*MockHaraqa_LockServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader

func (*MockHaraqa_LockServerMockRecorder) SendMsg

func (mr *MockHaraqa_LockServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockHaraqa_LockServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader

func (*MockHaraqa_LockServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer

type MockHaraqa_WatchTopicsClient

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

MockHaraqa_WatchTopicsClient is a mock of Haraqa_WatchTopicsClient interface

func NewMockHaraqa_WatchTopicsClient

func NewMockHaraqa_WatchTopicsClient(ctrl *gomock.Controller) *MockHaraqa_WatchTopicsClient

NewMockHaraqa_WatchTopicsClient creates a new mock instance

func (*MockHaraqa_WatchTopicsClient) CloseSend

func (m *MockHaraqa_WatchTopicsClient) CloseSend() error

CloseSend mocks base method

func (*MockHaraqa_WatchTopicsClient) Context

Context mocks base method

func (*MockHaraqa_WatchTopicsClient) EXPECT

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

func (*MockHaraqa_WatchTopicsClient) Header

Header mocks base method

func (*MockHaraqa_WatchTopicsClient) Recv

Recv mocks base method

func (*MockHaraqa_WatchTopicsClient) RecvMsg

func (m *MockHaraqa_WatchTopicsClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockHaraqa_WatchTopicsClient) Send

Send mocks base method

func (*MockHaraqa_WatchTopicsClient) SendMsg

func (m *MockHaraqa_WatchTopicsClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockHaraqa_WatchTopicsClient) Trailer

Trailer mocks base method

type MockHaraqa_WatchTopicsClientMockRecorder

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

MockHaraqa_WatchTopicsClientMockRecorder is the mock recorder for MockHaraqa_WatchTopicsClient

func (*MockHaraqa_WatchTopicsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*MockHaraqa_WatchTopicsClientMockRecorder) Context

Context indicates an expected call of Context

func (*MockHaraqa_WatchTopicsClientMockRecorder) Header

Header indicates an expected call of Header

func (*MockHaraqa_WatchTopicsClientMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockHaraqa_WatchTopicsClientMockRecorder) RecvMsg

func (mr *MockHaraqa_WatchTopicsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockHaraqa_WatchTopicsClientMockRecorder) Send

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

Send indicates an expected call of Send

func (*MockHaraqa_WatchTopicsClientMockRecorder) SendMsg

func (mr *MockHaraqa_WatchTopicsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockHaraqa_WatchTopicsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type MockHaraqa_WatchTopicsServer

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

MockHaraqa_WatchTopicsServer is a mock of Haraqa_WatchTopicsServer interface

func NewMockHaraqa_WatchTopicsServer

func NewMockHaraqa_WatchTopicsServer(ctrl *gomock.Controller) *MockHaraqa_WatchTopicsServer

NewMockHaraqa_WatchTopicsServer creates a new mock instance

func (*MockHaraqa_WatchTopicsServer) Context

Context mocks base method

func (*MockHaraqa_WatchTopicsServer) EXPECT

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

func (*MockHaraqa_WatchTopicsServer) Recv

Recv mocks base method

func (*MockHaraqa_WatchTopicsServer) RecvMsg

func (m *MockHaraqa_WatchTopicsServer) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockHaraqa_WatchTopicsServer) Send

Send mocks base method

func (*MockHaraqa_WatchTopicsServer) SendHeader

func (m *MockHaraqa_WatchTopicsServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method

func (*MockHaraqa_WatchTopicsServer) SendMsg

func (m *MockHaraqa_WatchTopicsServer) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockHaraqa_WatchTopicsServer) SetHeader

func (m *MockHaraqa_WatchTopicsServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method

func (*MockHaraqa_WatchTopicsServer) SetTrailer

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

SetTrailer mocks base method

type MockHaraqa_WatchTopicsServerMockRecorder

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

MockHaraqa_WatchTopicsServerMockRecorder is the mock recorder for MockHaraqa_WatchTopicsServer

func (*MockHaraqa_WatchTopicsServerMockRecorder) Context

Context indicates an expected call of Context

func (*MockHaraqa_WatchTopicsServerMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockHaraqa_WatchTopicsServerMockRecorder) RecvMsg

func (mr *MockHaraqa_WatchTopicsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockHaraqa_WatchTopicsServerMockRecorder) Send

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

Send indicates an expected call of Send

func (*MockHaraqa_WatchTopicsServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader

func (*MockHaraqa_WatchTopicsServerMockRecorder) SendMsg

func (mr *MockHaraqa_WatchTopicsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockHaraqa_WatchTopicsServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader

func (*MockHaraqa_WatchTopicsServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer

type MockReadWriteCloser

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

MockReadWriteCloser is a mock of ReadWriteCloser interface

func NewMockReadWriteCloser

func NewMockReadWriteCloser(ctrl *gomock.Controller) *MockReadWriteCloser

NewMockReadWriteCloser creates a new mock instance

func (*MockReadWriteCloser) Close

func (m *MockReadWriteCloser) Close() error

Close mocks base method

func (*MockReadWriteCloser) EXPECT

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

func (*MockReadWriteCloser) Read

func (m *MockReadWriteCloser) Read(arg0 []byte) (int, error)

Read mocks base method

func (*MockReadWriteCloser) Write

func (m *MockReadWriteCloser) Write(arg0 []byte) (int, error)

Write mocks base method

type MockReadWriteCloserMockRecorder

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

MockReadWriteCloserMockRecorder is the mock recorder for MockReadWriteCloser

func (*MockReadWriteCloserMockRecorder) Close

Close indicates an expected call of Close

func (*MockReadWriteCloserMockRecorder) Read

func (mr *MockReadWriteCloserMockRecorder) Read(arg0 interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockReadWriteCloserMockRecorder) Write

func (mr *MockReadWriteCloserMockRecorder) Write(arg0 interface{}) *gomock.Call

Write indicates an expected call of Write

Jump to

Keyboard shortcuts

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