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 ¶
func (m *MockEntityMarshaler) EXPECT() *MockEntityMarshalerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEntityMarshaler) MarshalEntity ¶
MarshalEntity mocks base method.
func (*MockEntityMarshaler) UnmarshalEntity ¶
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.
Click to show internal directories.
Click to hide internal directories.