Documentation
¶
Overview ¶
Package mock_proto is a generated GoMock package.
Index ¶
- type MockTestsClient
- func (m *MockTestsClient) EXPECT() *MockTestsClientMockRecorder
- func (m *MockTestsClient) GetBidirectionalStream(arg0 context.Context, arg1 ...grpc.CallOption) (protos.Tests_GetBidirectionalStreamClient, error)
- func (m *MockTestsClient) GetClientStream(arg0 context.Context, arg1 ...grpc.CallOption) (protos.Tests_GetClientStreamClient, error)
- func (m *MockTestsClient) GetSpotifyPlaylist(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*protos.SpotifyPlaylist, error)
- func (m *MockTestsClient) GetSpotifyPlaylistStream(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (protos.Tests_GetSpotifyPlaylistStreamClient, error)
- func (m *MockTestsClient) GetTest(arg0 context.Context, arg1 *protos.Test, arg2 ...grpc.CallOption) (*protos.Test, error)
- type MockTestsClientMockRecorder
- func (mr *MockTestsClientMockRecorder) GetBidirectionalStream(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockTestsClientMockRecorder) GetClientStream(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockTestsClientMockRecorder) GetSpotifyPlaylist(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTestsClientMockRecorder) GetSpotifyPlaylistStream(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTestsClientMockRecorder) GetTest(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTestsClient ¶
type MockTestsClient struct {
// contains filtered or unexported fields
}
MockTestsClient is a mock of TestsClient interface
func NewMockTestsClient ¶
func NewMockTestsClient(ctrl *gomock.Controller) *MockTestsClient
NewMockTestsClient creates a new mock instance
func (*MockTestsClient) EXPECT ¶
func (m *MockTestsClient) EXPECT() *MockTestsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTestsClient) GetBidirectionalStream ¶
func (m *MockTestsClient) GetBidirectionalStream(arg0 context.Context, arg1 ...grpc.CallOption) (protos.Tests_GetBidirectionalStreamClient, error)
GetBidirectionalStream mocks base method
func (*MockTestsClient) GetClientStream ¶
func (m *MockTestsClient) GetClientStream(arg0 context.Context, arg1 ...grpc.CallOption) (protos.Tests_GetClientStreamClient, error)
GetClientStream mocks base method
func (*MockTestsClient) GetSpotifyPlaylist ¶
func (m *MockTestsClient) GetSpotifyPlaylist(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*protos.SpotifyPlaylist, error)
GetSpotifyPlaylist mocks base method
func (*MockTestsClient) GetSpotifyPlaylistStream ¶
func (m *MockTestsClient) GetSpotifyPlaylistStream(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (protos.Tests_GetSpotifyPlaylistStreamClient, error)
GetSpotifyPlaylistStream mocks base method
type MockTestsClientMockRecorder ¶
type MockTestsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTestsClientMockRecorder is the mock recorder for MockTestsClient
func (*MockTestsClientMockRecorder) GetBidirectionalStream ¶
func (mr *MockTestsClientMockRecorder) GetBidirectionalStream(arg0 interface{}, arg1 ...interface{}) *gomock.Call
GetBidirectionalStream indicates an expected call of GetBidirectionalStream
func (*MockTestsClientMockRecorder) GetClientStream ¶
func (mr *MockTestsClientMockRecorder) GetClientStream(arg0 interface{}, arg1 ...interface{}) *gomock.Call
GetClientStream indicates an expected call of GetClientStream
func (*MockTestsClientMockRecorder) GetSpotifyPlaylist ¶
func (mr *MockTestsClientMockRecorder) GetSpotifyPlaylist(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSpotifyPlaylist indicates an expected call of GetSpotifyPlaylist
func (*MockTestsClientMockRecorder) GetSpotifyPlaylistStream ¶
func (mr *MockTestsClientMockRecorder) GetSpotifyPlaylistStream(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSpotifyPlaylistStream indicates an expected call of GetSpotifyPlaylistStream
func (*MockTestsClientMockRecorder) GetTest ¶
func (mr *MockTestsClientMockRecorder) GetTest(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetTest indicates an expected call of GetTest