Documentation ¶
Overview ¶
Package mock_readynotify is a generated GoMock package.
Index ¶
- type MockReadyNotifyClient
- func (m *MockReadyNotifyClient) Alert(ctx context0.Context, in *readynotify.Topic, opts ...grpc.CallOption) (readynotify.ReadyNotify_AlertClient, error)
- func (m *MockReadyNotifyClient) EXPECT() *MockReadyNotifyClientMockRecorder
- func (m *MockReadyNotifyClient) Unsubscribe(ctx context0.Context, in *readynotify.Topic, opts ...grpc.CallOption) (*readynotify.UnsubscribeResponse, error)
- type MockReadyNotifyClientMockRecorder
- type MockReadyNotifyServer
- func (m *MockReadyNotifyServer) Alert(arg0 *readynotify.Topic, arg1 readynotify.ReadyNotify_AlertServer) error
- func (m *MockReadyNotifyServer) EXPECT() *MockReadyNotifyServerMockRecorder
- func (m *MockReadyNotifyServer) Unsubscribe(arg0 context0.Context, arg1 *readynotify.Topic) (*readynotify.UnsubscribeResponse, error)
- type MockReadyNotifyServerMockRecorder
- type MockReadyNotify_AlertClient
- func (m *MockReadyNotify_AlertClient) CloseSend() error
- func (m *MockReadyNotify_AlertClient) Context() context.Context
- func (m *MockReadyNotify_AlertClient) EXPECT() *MockReadyNotify_AlertClientMockRecorder
- func (m *MockReadyNotify_AlertClient) Header() (metadata.MD, error)
- func (m *MockReadyNotify_AlertClient) Recv() (*readynotify.Notification, error)
- func (m_2 *MockReadyNotify_AlertClient) RecvMsg(m interface{}) error
- func (m_2 *MockReadyNotify_AlertClient) SendMsg(m interface{}) error
- func (m *MockReadyNotify_AlertClient) Trailer() metadata.MD
- type MockReadyNotify_AlertClientMockRecorder
- func (mr *MockReadyNotify_AlertClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockReadyNotify_AlertClientMockRecorder) Context() *gomock.Call
- func (mr *MockReadyNotify_AlertClientMockRecorder) Header() *gomock.Call
- func (mr *MockReadyNotify_AlertClientMockRecorder) Recv() *gomock.Call
- func (mr *MockReadyNotify_AlertClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockReadyNotify_AlertClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockReadyNotify_AlertClientMockRecorder) Trailer() *gomock.Call
- type MockReadyNotify_AlertServer
- func (m *MockReadyNotify_AlertServer) Context() context.Context
- func (m *MockReadyNotify_AlertServer) EXPECT() *MockReadyNotify_AlertServerMockRecorder
- func (m_2 *MockReadyNotify_AlertServer) RecvMsg(m interface{}) error
- func (m *MockReadyNotify_AlertServer) Send(arg0 *readynotify.Notification) error
- func (m *MockReadyNotify_AlertServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockReadyNotify_AlertServer) SendMsg(m interface{}) error
- func (m *MockReadyNotify_AlertServer) SetHeader(arg0 metadata.MD) error
- func (m *MockReadyNotify_AlertServer) SetTrailer(arg0 metadata.MD)
- type MockReadyNotify_AlertServerMockRecorder
- func (mr *MockReadyNotify_AlertServerMockRecorder) Context() *gomock.Call
- func (mr *MockReadyNotify_AlertServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockReadyNotify_AlertServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockReadyNotify_AlertServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockReadyNotify_AlertServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockReadyNotify_AlertServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockReadyNotify_AlertServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
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 ¶
func (m *MockReadyNotifyClient) Alert(ctx context0.Context, in *readynotify.Topic, opts ...grpc.CallOption) (readynotify.ReadyNotify_AlertClient, error)
Alert mocks base method.
func (*MockReadyNotifyClient) EXPECT ¶
func (m *MockReadyNotifyClient) EXPECT() *MockReadyNotifyClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockReadyNotifyClient) Unsubscribe ¶
func (m *MockReadyNotifyClient) Unsubscribe(ctx context0.Context, in *readynotify.Topic, opts ...grpc.CallOption) (*readynotify.UnsubscribeResponse, error)
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 ¶
func (m *MockReadyNotifyServer) Alert(arg0 *readynotify.Topic, arg1 readynotify.ReadyNotify_AlertServer) error
Alert mocks base method.
func (*MockReadyNotifyServer) EXPECT ¶
func (m *MockReadyNotifyServer) EXPECT() *MockReadyNotifyServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockReadyNotifyServer) Unsubscribe ¶
func (m *MockReadyNotifyServer) Unsubscribe(arg0 context0.Context, arg1 *readynotify.Topic) (*readynotify.UnsubscribeResponse, error)
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 ¶
func (m *MockReadyNotify_AlertClient) Context() context.Context
Context mocks base method.
func (*MockReadyNotify_AlertClient) EXPECT ¶
func (m *MockReadyNotify_AlertClient) EXPECT() *MockReadyNotify_AlertClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockReadyNotify_AlertClient) Header ¶
func (m *MockReadyNotify_AlertClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockReadyNotify_AlertClient) Recv ¶
func (m *MockReadyNotify_AlertClient) Recv() (*readynotify.Notification, error)
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 ¶
func (m *MockReadyNotify_AlertClient) Trailer() metadata.MD
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 ¶
func (mr *MockReadyNotify_AlertClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockReadyNotify_AlertClientMockRecorder) Context ¶
func (mr *MockReadyNotify_AlertClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockReadyNotify_AlertClientMockRecorder) Header ¶
func (mr *MockReadyNotify_AlertClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockReadyNotify_AlertClientMockRecorder) Recv ¶
func (mr *MockReadyNotify_AlertClientMockRecorder) Recv() *gomock.Call
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 ¶
func (mr *MockReadyNotify_AlertClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockReadyNotify_AlertServer) Context() context.Context
Context mocks base method.
func (*MockReadyNotify_AlertServer) EXPECT ¶
func (m *MockReadyNotify_AlertServer) EXPECT() *MockReadyNotify_AlertServerMockRecorder
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 ¶
func (m *MockReadyNotify_AlertServer) Send(arg0 *readynotify.Notification) error
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 ¶
func (mr *MockReadyNotify_AlertServerMockRecorder) Context() *gomock.Call
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.