mock_readynotify

package
v0.0.0-...-7c77b90 Latest Latest
Warning

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

Go to latest
Published: May 27, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_readynotify is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockReadyNotifyClient

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

MockReadyNotifyClient is a mock of ReadyNotifyClient interface.

func NewMockReadyNotifyClient

func NewMockReadyNotifyClient(ctrl *gomock.Controller) *MockReadyNotifyClient

NewMockReadyNotifyClient creates a new mock instance.

func (*MockReadyNotifyClient) Alert

Alert mocks base method.

func (*MockReadyNotifyClient) EXPECT

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

func (*MockReadyNotifyClient) Unsubscribe

Unsubscribe mocks base method.

type MockReadyNotifyClientMockRecorder

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

MockReadyNotifyClientMockRecorder is the mock recorder for MockReadyNotifyClient.

func (*MockReadyNotifyClientMockRecorder) Alert

func (mr *MockReadyNotifyClientMockRecorder) Alert(ctx, in interface{}, opts ...interface{}) *gomock.Call

Alert indicates an expected call of Alert.

func (*MockReadyNotifyClientMockRecorder) Unsubscribe

func (mr *MockReadyNotifyClientMockRecorder) Unsubscribe(ctx, in interface{}, opts ...interface{}) *gomock.Call

Unsubscribe indicates an expected call of Unsubscribe.

type MockReadyNotifyServer

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

MockReadyNotifyServer is a mock of ReadyNotifyServer interface.

func NewMockReadyNotifyServer

func NewMockReadyNotifyServer(ctrl *gomock.Controller) *MockReadyNotifyServer

NewMockReadyNotifyServer creates a new mock instance.

func (*MockReadyNotifyServer) Alert

Alert mocks base method.

func (*MockReadyNotifyServer) EXPECT

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

func (*MockReadyNotifyServer) Unsubscribe

Unsubscribe mocks base method.

type MockReadyNotifyServerMockRecorder

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

MockReadyNotifyServerMockRecorder is the mock recorder for MockReadyNotifyServer.

func (*MockReadyNotifyServerMockRecorder) Alert

func (mr *MockReadyNotifyServerMockRecorder) Alert(arg0, arg1 interface{}) *gomock.Call

Alert indicates an expected call of Alert.

func (*MockReadyNotifyServerMockRecorder) Unsubscribe

func (mr *MockReadyNotifyServerMockRecorder) Unsubscribe(arg0, arg1 interface{}) *gomock.Call

Unsubscribe indicates an expected call of Unsubscribe.

type MockReadyNotify_AlertClient

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

MockReadyNotify_AlertClient is a mock of ReadyNotify_AlertClient interface.

func NewMockReadyNotify_AlertClient

func NewMockReadyNotify_AlertClient(ctrl *gomock.Controller) *MockReadyNotify_AlertClient

NewMockReadyNotify_AlertClient creates a new mock instance.

func (*MockReadyNotify_AlertClient) CloseSend

func (m *MockReadyNotify_AlertClient) CloseSend() error

CloseSend mocks base method.

func (*MockReadyNotify_AlertClient) Context

Context mocks base method.

func (*MockReadyNotify_AlertClient) EXPECT

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

func (*MockReadyNotify_AlertClient) Header

Header mocks base method.

func (*MockReadyNotify_AlertClient) Recv

Recv mocks base method.

func (*MockReadyNotify_AlertClient) RecvMsg

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

RecvMsg mocks base method.

func (*MockReadyNotify_AlertClient) SendMsg

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

SendMsg mocks base method.

func (*MockReadyNotify_AlertClient) Trailer

Trailer mocks base method.

type MockReadyNotify_AlertClientMockRecorder

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

MockReadyNotify_AlertClientMockRecorder is the mock recorder for MockReadyNotify_AlertClient.

func (*MockReadyNotify_AlertClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockReadyNotify_AlertClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockReadyNotify_AlertClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockReadyNotify_AlertClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockReadyNotify_AlertClientMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockReadyNotify_AlertClientMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockReadyNotify_AlertClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockReadyNotify_AlertServer

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

MockReadyNotify_AlertServer is a mock of ReadyNotify_AlertServer interface.

func NewMockReadyNotify_AlertServer

func NewMockReadyNotify_AlertServer(ctrl *gomock.Controller) *MockReadyNotify_AlertServer

NewMockReadyNotify_AlertServer creates a new mock instance.

func (*MockReadyNotify_AlertServer) Context

Context mocks base method.

func (*MockReadyNotify_AlertServer) EXPECT

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

func (*MockReadyNotify_AlertServer) RecvMsg

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

RecvMsg mocks base method.

func (*MockReadyNotify_AlertServer) Send

Send mocks base method.

func (*MockReadyNotify_AlertServer) SendHeader

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

SendHeader mocks base method.

func (*MockReadyNotify_AlertServer) SendMsg

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

SendMsg mocks base method.

func (*MockReadyNotify_AlertServer) SetHeader

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

SetHeader mocks base method.

func (*MockReadyNotify_AlertServer) SetTrailer

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

SetTrailer mocks base method.

type MockReadyNotify_AlertServerMockRecorder

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

MockReadyNotify_AlertServerMockRecorder is the mock recorder for MockReadyNotify_AlertServer.

func (*MockReadyNotify_AlertServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockReadyNotify_AlertServerMockRecorder) RecvMsg

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

RecvMsg indicates an expected call of RecvMsg.

func (*MockReadyNotify_AlertServerMockRecorder) Send

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

Send indicates an expected call of Send.

func (*MockReadyNotify_AlertServerMockRecorder) SendHeader

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

SendHeader indicates an expected call of SendHeader.

func (*MockReadyNotify_AlertServerMockRecorder) SendMsg

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

SendMsg indicates an expected call of SendMsg.

func (*MockReadyNotify_AlertServerMockRecorder) SetHeader

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

SetHeader indicates an expected call of SetHeader.

func (*MockReadyNotify_AlertServerMockRecorder) SetTrailer

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

SetTrailer indicates an expected call of SetTrailer.

Jump to

Keyboard shortcuts

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