Documentation ¶
Overview ¶
Package stores is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCustomer ¶
type MockCustomer struct {
// contains filtered or unexported fields
}
MockCustomer is a mock of Customer interface.
func NewMockCustomer ¶
func NewMockCustomer(ctrl *gomock.Controller) *MockCustomer
NewMockCustomer creates a new mock instance.
func (*MockCustomer) EXPECT ¶
func (m *MockCustomer) EXPECT() *MockCustomerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockCustomerMockRecorder ¶
type MockCustomerMockRecorder struct {
// contains filtered or unexported fields
}
MockCustomerMockRecorder is the mock recorder for MockCustomer.
func (*MockCustomerMockRecorder) Create ¶
func (mr *MockCustomerMockRecorder) Create(ctx, model interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockCustomerMockRecorder) Delete ¶
func (mr *MockCustomerMockRecorder) Delete(ctx, name interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockCustomerMockRecorder) Get ¶
func (mr *MockCustomerMockRecorder) Get(ctx, name interface{}) *gomock.Call
Get indicates an expected call of Get.
Click to show internal directories.
Click to hide internal directories.