mocks

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

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 MockEntityMarshaler

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

MockEntityMarshaler is a mock of EntityMarshaler interface.

func NewMockEntityMarshaler

func NewMockEntityMarshaler(ctrl *gomock.Controller) *MockEntityMarshaler

NewMockEntityMarshaler creates a new mock instance.

func (*MockEntityMarshaler) EXPECT

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

func (*MockEntityMarshaler) MarshalEntity

func (m *MockEntityMarshaler) MarshalEntity(entity *domain.Entity) (*mongo.Entity, error)

MarshalEntity mocks base method.

func (*MockEntityMarshaler) UnmarshalEntity

func (m *MockEntityMarshaler) UnmarshalEntity(ent *mongo.Entity) (*domain.Entity, error)

UnmarshalEntity mocks base method.

type MockEntityMarshalerMockRecorder

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

MockEntityMarshalerMockRecorder is the mock recorder for MockEntityMarshaler.

func (*MockEntityMarshalerMockRecorder) MarshalEntity

func (mr *MockEntityMarshalerMockRecorder) MarshalEntity(entity interface{}) *gomock.Call

MarshalEntity indicates an expected call of MarshalEntity.

func (*MockEntityMarshalerMockRecorder) UnmarshalEntity

func (mr *MockEntityMarshalerMockRecorder) UnmarshalEntity(ent interface{}) *gomock.Call

UnmarshalEntity indicates an expected call of UnmarshalEntity.

Jump to

Keyboard shortcuts

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