Documentation ¶
Overview ¶
Package userauthmock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProductAPI ¶
type MockProductAPI struct {
// contains filtered or unexported fields
}
MockProductAPI is a mock of ProductAPI interface.
func NewMockProductAPI ¶
func NewMockProductAPI(ctrl *gomock.Controller) *MockProductAPI
NewMockProductAPI creates a new mock instance.
func (*MockProductAPI) EXPECT ¶
func (m *MockProductAPI) EXPECT() *MockProductAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProductAPI) UpdateQuantity ¶
UpdateQuantity mocks base method.
type MockProductAPIMockRecorder ¶
type MockProductAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockProductAPIMockRecorder is the mock recorder for MockProductAPI.
func (*MockProductAPIMockRecorder) Get ¶
func (mr *MockProductAPIMockRecorder) Get(ctx, id interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockProductAPIMockRecorder) UpdateQuantity ¶
func (mr *MockProductAPIMockRecorder) UpdateQuantity(ctx, id, quantity interface{}) *gomock.Call
UpdateQuantity indicates an expected call of UpdateQuantity.
Click to show internal directories.
Click to hide internal directories.