slice_mock

package
v0.2.171 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package slice_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSliceAPIClient

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

MockSliceAPIClient is a mock of SliceAPIClient interface.

func NewMockSliceAPIClient

func NewMockSliceAPIClient(ctrl *gomock.Controller) *MockSliceAPIClient

NewMockSliceAPIClient creates a new mock instance.

func (*MockSliceAPIClient) AcceptInvitation

AcceptInvitation mocks base method.

func (*MockSliceAPIClient) Create

Create mocks base method.

func (*MockSliceAPIClient) DeclineInvitation

DeclineInvitation mocks base method.

func (*MockSliceAPIClient) DeleteSlice

func (m *MockSliceAPIClient) DeleteSlice(ctx context.Context, in *v1.DeleteSliceRequest, opts ...grpc.CallOption) (*v1.Empty, error)

DeleteSlice mocks base method.

func (*MockSliceAPIClient) EXPECT

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

func (*MockSliceAPIClient) GetByID

GetByID mocks base method.

func (*MockSliceAPIClient) GetMembers

GetMembers mocks base method.

func (*MockSliceAPIClient) InviteUsersToSlice

InviteUsersToSlice mocks base method.

func (*MockSliceAPIClient) Join

func (m *MockSliceAPIClient) Join(ctx context.Context, in *v1.JoinRequest, opts ...grpc.CallOption) (*v1.Empty, error)

Join mocks base method.

func (*MockSliceAPIClient) Leave

func (m *MockSliceAPIClient) Leave(ctx context.Context, in *v1.LeaveRequest, opts ...grpc.CallOption) (*v1.Empty, error)

Leave mocks base method.

func (*MockSliceAPIClient) RemoveUsersFromSlice

RemoveUsersFromSlice mocks base method.

func (*MockSliceAPIClient) SlicesConnection

SlicesConnection mocks base method.

func (*MockSliceAPIClient) Update

Update mocks base method.

type MockSliceAPIClientMockRecorder

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

MockSliceAPIClientMockRecorder is the mock recorder for MockSliceAPIClient.

func (*MockSliceAPIClientMockRecorder) AcceptInvitation

func (mr *MockSliceAPIClientMockRecorder) AcceptInvitation(ctx, in interface{}, opts ...interface{}) *gomock.Call

AcceptInvitation indicates an expected call of AcceptInvitation.

func (*MockSliceAPIClientMockRecorder) Create

func (mr *MockSliceAPIClientMockRecorder) Create(ctx, in interface{}, opts ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSliceAPIClientMockRecorder) DeclineInvitation

func (mr *MockSliceAPIClientMockRecorder) DeclineInvitation(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeclineInvitation indicates an expected call of DeclineInvitation.

func (*MockSliceAPIClientMockRecorder) DeleteSlice

func (mr *MockSliceAPIClientMockRecorder) DeleteSlice(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteSlice indicates an expected call of DeleteSlice.

func (*MockSliceAPIClientMockRecorder) GetByID

func (mr *MockSliceAPIClientMockRecorder) GetByID(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetByID indicates an expected call of GetByID.

func (*MockSliceAPIClientMockRecorder) GetMembers

func (mr *MockSliceAPIClientMockRecorder) GetMembers(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetMembers indicates an expected call of GetMembers.

func (*MockSliceAPIClientMockRecorder) InviteUsersToSlice

func (mr *MockSliceAPIClientMockRecorder) InviteUsersToSlice(ctx, in interface{}, opts ...interface{}) *gomock.Call

InviteUsersToSlice indicates an expected call of InviteUsersToSlice.

func (*MockSliceAPIClientMockRecorder) Join

func (mr *MockSliceAPIClientMockRecorder) Join(ctx, in interface{}, opts ...interface{}) *gomock.Call

Join indicates an expected call of Join.

func (*MockSliceAPIClientMockRecorder) Leave

func (mr *MockSliceAPIClientMockRecorder) Leave(ctx, in interface{}, opts ...interface{}) *gomock.Call

Leave indicates an expected call of Leave.

func (*MockSliceAPIClientMockRecorder) RemoveUsersFromSlice

func (mr *MockSliceAPIClientMockRecorder) RemoveUsersFromSlice(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveUsersFromSlice indicates an expected call of RemoveUsersFromSlice.

func (*MockSliceAPIClientMockRecorder) SlicesConnection

func (mr *MockSliceAPIClientMockRecorder) SlicesConnection(ctx, in interface{}, opts ...interface{}) *gomock.Call

SlicesConnection indicates an expected call of SlicesConnection.

func (*MockSliceAPIClientMockRecorder) Update

func (mr *MockSliceAPIClientMockRecorder) Update(ctx, in interface{}, opts ...interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockSliceAPIServer

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

MockSliceAPIServer is a mock of SliceAPIServer interface.

func NewMockSliceAPIServer

func NewMockSliceAPIServer(ctrl *gomock.Controller) *MockSliceAPIServer

NewMockSliceAPIServer creates a new mock instance.

func (*MockSliceAPIServer) AcceptInvitation

AcceptInvitation mocks base method.

func (*MockSliceAPIServer) Create

Create mocks base method.

func (*MockSliceAPIServer) DeclineInvitation

DeclineInvitation mocks base method.

func (*MockSliceAPIServer) DeleteSlice

func (m *MockSliceAPIServer) DeleteSlice(arg0 context.Context, arg1 *v1.DeleteSliceRequest) (*v1.Empty, error)

DeleteSlice mocks base method.

func (*MockSliceAPIServer) EXPECT

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

func (*MockSliceAPIServer) GetByID

GetByID mocks base method.

func (*MockSliceAPIServer) GetMembers

GetMembers mocks base method.

func (*MockSliceAPIServer) InviteUsersToSlice

InviteUsersToSlice mocks base method.

func (*MockSliceAPIServer) Join

func (m *MockSliceAPIServer) Join(arg0 context.Context, arg1 *v1.JoinRequest) (*v1.Empty, error)

Join mocks base method.

func (*MockSliceAPIServer) Leave

func (m *MockSliceAPIServer) Leave(arg0 context.Context, arg1 *v1.LeaveRequest) (*v1.Empty, error)

Leave mocks base method.

func (*MockSliceAPIServer) RemoveUsersFromSlice

RemoveUsersFromSlice mocks base method.

func (*MockSliceAPIServer) SlicesConnection

SlicesConnection mocks base method.

func (*MockSliceAPIServer) Update

Update mocks base method.

type MockSliceAPIServerMockRecorder

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

MockSliceAPIServerMockRecorder is the mock recorder for MockSliceAPIServer.

func (*MockSliceAPIServerMockRecorder) AcceptInvitation

func (mr *MockSliceAPIServerMockRecorder) AcceptInvitation(arg0, arg1 interface{}) *gomock.Call

AcceptInvitation indicates an expected call of AcceptInvitation.

func (*MockSliceAPIServerMockRecorder) Create

func (mr *MockSliceAPIServerMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSliceAPIServerMockRecorder) DeclineInvitation

func (mr *MockSliceAPIServerMockRecorder) DeclineInvitation(arg0, arg1 interface{}) *gomock.Call

DeclineInvitation indicates an expected call of DeclineInvitation.

func (*MockSliceAPIServerMockRecorder) DeleteSlice

func (mr *MockSliceAPIServerMockRecorder) DeleteSlice(arg0, arg1 interface{}) *gomock.Call

DeleteSlice indicates an expected call of DeleteSlice.

func (*MockSliceAPIServerMockRecorder) GetByID

func (mr *MockSliceAPIServerMockRecorder) GetByID(arg0, arg1 interface{}) *gomock.Call

GetByID indicates an expected call of GetByID.

func (*MockSliceAPIServerMockRecorder) GetMembers

func (mr *MockSliceAPIServerMockRecorder) GetMembers(arg0, arg1 interface{}) *gomock.Call

GetMembers indicates an expected call of GetMembers.

func (*MockSliceAPIServerMockRecorder) InviteUsersToSlice

func (mr *MockSliceAPIServerMockRecorder) InviteUsersToSlice(arg0, arg1 interface{}) *gomock.Call

InviteUsersToSlice indicates an expected call of InviteUsersToSlice.

func (*MockSliceAPIServerMockRecorder) Join

func (mr *MockSliceAPIServerMockRecorder) Join(arg0, arg1 interface{}) *gomock.Call

Join indicates an expected call of Join.

func (*MockSliceAPIServerMockRecorder) Leave

func (mr *MockSliceAPIServerMockRecorder) Leave(arg0, arg1 interface{}) *gomock.Call

Leave indicates an expected call of Leave.

func (*MockSliceAPIServerMockRecorder) RemoveUsersFromSlice

func (mr *MockSliceAPIServerMockRecorder) RemoveUsersFromSlice(arg0, arg1 interface{}) *gomock.Call

RemoveUsersFromSlice indicates an expected call of RemoveUsersFromSlice.

func (*MockSliceAPIServerMockRecorder) SlicesConnection

func (mr *MockSliceAPIServerMockRecorder) SlicesConnection(arg0, arg1 interface{}) *gomock.Call

SlicesConnection indicates an expected call of SlicesConnection.

func (*MockSliceAPIServerMockRecorder) Update

func (mr *MockSliceAPIServerMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockUnsafeSliceAPIServer

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

MockUnsafeSliceAPIServer is a mock of UnsafeSliceAPIServer interface.

func NewMockUnsafeSliceAPIServer

func NewMockUnsafeSliceAPIServer(ctrl *gomock.Controller) *MockUnsafeSliceAPIServer

NewMockUnsafeSliceAPIServer creates a new mock instance.

func (*MockUnsafeSliceAPIServer) EXPECT

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

type MockUnsafeSliceAPIServerMockRecorder

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

MockUnsafeSliceAPIServerMockRecorder is the mock recorder for MockUnsafeSliceAPIServer.

Jump to

Keyboard shortcuts

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