GoodsService.go 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. // Code generated by MockGen. DO NOT EDIT.
  2. // Source: kpt-pasture/module/backend (interfaces: GoodsService)
  3. // Package kptservicemock is a generated GoMock package.
  4. package kptservicemock
  5. import (
  6. context "context"
  7. reflect "reflect"
  8. cowPb "gitee.com/xuyiping_admin/go_proto/proto/go/backend/cow"
  9. gomock "github.com/golang/mock/gomock"
  10. )
  11. // MockGoodsService is a mock of GoodsService interface.
  12. type MockGoodsService struct {
  13. ctrl *gomock.Controller
  14. recorder *MockGoodsServiceMockRecorder
  15. }
  16. // MockGoodsServiceMockRecorder is the mock recorder for MockGoodsService.
  17. type MockGoodsServiceMockRecorder struct {
  18. mock *MockGoodsService
  19. }
  20. // NewMockGoodsService creates a new mock instance.
  21. func NewMockGoodsService(ctrl *gomock.Controller) *MockGoodsService {
  22. mock := &MockGoodsService{ctrl: ctrl}
  23. mock.recorder = &MockGoodsServiceMockRecorder{mock}
  24. return mock
  25. }
  26. // EXPECT returns an object that allows the caller to indicate expected use.
  27. func (m *MockGoodsService) EXPECT() *MockGoodsServiceMockRecorder {
  28. return m.recorder
  29. }
  30. // DrugsCreateOrUpdate mocks base method.
  31. func (m *MockGoodsService) DrugsCreateOrUpdate(arg0 context.Context, arg1 *cowPb.SearchDrugsList) error {
  32. m.ctrl.T.Helper()
  33. ret := m.ctrl.Call(m, "DrugsCreateOrUpdate", arg0, arg1)
  34. ret0, _ := ret[0].(error)
  35. return ret0
  36. }
  37. // DrugsCreateOrUpdate indicates an expected call of DrugsCreateOrUpdate.
  38. func (mr *MockGoodsServiceMockRecorder) DrugsCreateOrUpdate(arg0, arg1 interface{}) *gomock.Call {
  39. mr.mock.ctrl.T.Helper()
  40. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DrugsCreateOrUpdate", reflect.TypeOf((*MockGoodsService)(nil).DrugsCreateOrUpdate), arg0, arg1)
  41. }
  42. // DrugsList mocks base method.
  43. func (m *MockGoodsService) DrugsList(arg0 context.Context, arg1 *cowPb.SearchDrugsRequest, arg2 *cowPb.PaginationModel) (*cowPb.SearchDrugsResponse, error) {
  44. m.ctrl.T.Helper()
  45. ret := m.ctrl.Call(m, "DrugsList", arg0, arg1, arg2)
  46. ret0, _ := ret[0].(*cowPb.SearchDrugsResponse)
  47. ret1, _ := ret[1].(error)
  48. return ret0, ret1
  49. }
  50. // DrugsList indicates an expected call of DrugsList.
  51. func (mr *MockGoodsServiceMockRecorder) DrugsList(arg0, arg1, arg2 interface{}) *gomock.Call {
  52. mr.mock.ctrl.T.Helper()
  53. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DrugsList", reflect.TypeOf((*MockGoodsService)(nil).DrugsList), arg0, arg1, arg2)
  54. }
  55. // FrozenSemenCreate mocks base method.
  56. func (m *MockGoodsService) FrozenSemenCreate(arg0 context.Context, arg1 *cowPb.SearchFrozenSemenList) error {
  57. m.ctrl.T.Helper()
  58. ret := m.ctrl.Call(m, "FrozenSemenCreate", arg0, arg1)
  59. ret0, _ := ret[0].(error)
  60. return ret0
  61. }
  62. // FrozenSemenCreate indicates an expected call of FrozenSemenCreate.
  63. func (mr *MockGoodsServiceMockRecorder) FrozenSemenCreate(arg0, arg1 interface{}) *gomock.Call {
  64. mr.mock.ctrl.T.Helper()
  65. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FrozenSemenCreate", reflect.TypeOf((*MockGoodsService)(nil).FrozenSemenCreate), arg0, arg1)
  66. }
  67. // FrozenSemenList mocks base method.
  68. func (m *MockGoodsService) FrozenSemenList(arg0 context.Context, arg1 *cowPb.FrozenSemenRequest, arg2 *cowPb.PaginationModel) (*cowPb.FrozenSemenResponse, error) {
  69. m.ctrl.T.Helper()
  70. ret := m.ctrl.Call(m, "FrozenSemenList", arg0, arg1, arg2)
  71. ret0, _ := ret[0].(*cowPb.FrozenSemenResponse)
  72. ret1, _ := ret[1].(error)
  73. return ret0, ret1
  74. }
  75. // FrozenSemenList indicates an expected call of FrozenSemenList.
  76. func (mr *MockGoodsServiceMockRecorder) FrozenSemenList(arg0, arg1, arg2 interface{}) *gomock.Call {
  77. mr.mock.ctrl.T.Helper()
  78. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FrozenSemenList", reflect.TypeOf((*MockGoodsService)(nil).FrozenSemenList), arg0, arg1, arg2)
  79. }
  80. // MedicalEquipmentCreateOrUpdate mocks base method.
  81. func (m *MockGoodsService) MedicalEquipmentCreateOrUpdate(arg0 context.Context, arg1 *cowPb.SearchMedicalEquipmentList) error {
  82. m.ctrl.T.Helper()
  83. ret := m.ctrl.Call(m, "MedicalEquipmentCreateOrUpdate", arg0, arg1)
  84. ret0, _ := ret[0].(error)
  85. return ret0
  86. }
  87. // MedicalEquipmentCreateOrUpdate indicates an expected call of MedicalEquipmentCreateOrUpdate.
  88. func (mr *MockGoodsServiceMockRecorder) MedicalEquipmentCreateOrUpdate(arg0, arg1 interface{}) *gomock.Call {
  89. mr.mock.ctrl.T.Helper()
  90. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MedicalEquipmentCreateOrUpdate", reflect.TypeOf((*MockGoodsService)(nil).MedicalEquipmentCreateOrUpdate), arg0, arg1)
  91. }
  92. // MedicalEquipmentList mocks base method.
  93. func (m *MockGoodsService) MedicalEquipmentList(arg0 context.Context, arg1 *cowPb.SearchMedicalEquipmentRequest, arg2 *cowPb.PaginationModel) (*cowPb.SearchMedicalEquipmentResponse, error) {
  94. m.ctrl.T.Helper()
  95. ret := m.ctrl.Call(m, "MedicalEquipmentList", arg0, arg1, arg2)
  96. ret0, _ := ret[0].(*cowPb.SearchMedicalEquipmentResponse)
  97. ret1, _ := ret[1].(error)
  98. return ret0, ret1
  99. }
  100. // MedicalEquipmentList indicates an expected call of MedicalEquipmentList.
  101. func (mr *MockGoodsServiceMockRecorder) MedicalEquipmentList(arg0, arg1, arg2 interface{}) *gomock.Call {
  102. mr.mock.ctrl.T.Helper()
  103. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MedicalEquipmentList", reflect.TypeOf((*MockGoodsService)(nil).MedicalEquipmentList), arg0, arg1, arg2)
  104. }
  105. // NeckRingCreateOrUpdate mocks base method.
  106. func (m *MockGoodsService) NeckRingCreateOrUpdate(arg0 context.Context, arg1 *cowPb.NeckRingCreateRequest) error {
  107. m.ctrl.T.Helper()
  108. ret := m.ctrl.Call(m, "NeckRingCreateOrUpdate", arg0, arg1)
  109. ret0, _ := ret[0].(error)
  110. return ret0
  111. }
  112. // NeckRingCreateOrUpdate indicates an expected call of NeckRingCreateOrUpdate.
  113. func (mr *MockGoodsServiceMockRecorder) NeckRingCreateOrUpdate(arg0, arg1 interface{}) *gomock.Call {
  114. mr.mock.ctrl.T.Helper()
  115. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NeckRingCreateOrUpdate", reflect.TypeOf((*MockGoodsService)(nil).NeckRingCreateOrUpdate), arg0, arg1)
  116. }
  117. // NeckRingList mocks base method.
  118. func (m *MockGoodsService) NeckRingList(arg0 context.Context, arg1 *cowPb.SearchNeckRingRequest, arg2 *cowPb.PaginationModel) (*cowPb.SearchNeckRingResponse, error) {
  119. m.ctrl.T.Helper()
  120. ret := m.ctrl.Call(m, "NeckRingList", arg0, arg1, arg2)
  121. ret0, _ := ret[0].(*cowPb.SearchNeckRingResponse)
  122. ret1, _ := ret[1].(error)
  123. return ret0, ret1
  124. }
  125. // NeckRingList indicates an expected call of NeckRingList.
  126. func (mr *MockGoodsServiceMockRecorder) NeckRingList(arg0, arg1, arg2 interface{}) *gomock.Call {
  127. mr.mock.ctrl.T.Helper()
  128. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NeckRingList", reflect.TypeOf((*MockGoodsService)(nil).NeckRingList), arg0, arg1, arg2)
  129. }
  130. // OutboundApply mocks base method.
  131. func (m *MockGoodsService) OutboundApply(arg0 context.Context, arg1 *cowPb.OutboundApplyItem) error {
  132. m.ctrl.T.Helper()
  133. ret := m.ctrl.Call(m, "OutboundApply", arg0, arg1)
  134. ret0, _ := ret[0].(error)
  135. return ret0
  136. }
  137. // OutboundApply indicates an expected call of OutboundApply.
  138. func (mr *MockGoodsServiceMockRecorder) OutboundApply(arg0, arg1 interface{}) *gomock.Call {
  139. mr.mock.ctrl.T.Helper()
  140. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OutboundApply", reflect.TypeOf((*MockGoodsService)(nil).OutboundApply), arg0, arg1)
  141. }
  142. // OutboundAudit mocks base method.
  143. func (m *MockGoodsService) OutboundAudit(arg0 context.Context, arg1 *cowPb.OutboundApplyAuditRequest) error {
  144. m.ctrl.T.Helper()
  145. ret := m.ctrl.Call(m, "OutboundAudit", arg0, arg1)
  146. ret0, _ := ret[0].(error)
  147. return ret0
  148. }
  149. // OutboundAudit indicates an expected call of OutboundAudit.
  150. func (mr *MockGoodsServiceMockRecorder) OutboundAudit(arg0, arg1 interface{}) *gomock.Call {
  151. mr.mock.ctrl.T.Helper()
  152. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OutboundAudit", reflect.TypeOf((*MockGoodsService)(nil).OutboundAudit), arg0, arg1)
  153. }
  154. // OutboundDelete mocks base method.
  155. func (m *MockGoodsService) OutboundDelete(arg0 context.Context, arg1 int64) error {
  156. m.ctrl.T.Helper()
  157. ret := m.ctrl.Call(m, "OutboundDelete", arg0, arg1)
  158. ret0, _ := ret[0].(error)
  159. return ret0
  160. }
  161. // OutboundDelete indicates an expected call of OutboundDelete.
  162. func (mr *MockGoodsServiceMockRecorder) OutboundDelete(arg0, arg1 interface{}) *gomock.Call {
  163. mr.mock.ctrl.T.Helper()
  164. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OutboundDelete", reflect.TypeOf((*MockGoodsService)(nil).OutboundDelete), arg0, arg1)
  165. }
  166. // OutboundDetail mocks base method.
  167. func (m *MockGoodsService) OutboundDetail(arg0 context.Context, arg1 int64) (*cowPb.OutboundDetailResponse, error) {
  168. m.ctrl.T.Helper()
  169. ret := m.ctrl.Call(m, "OutboundDetail", arg0, arg1)
  170. ret0, _ := ret[0].(*cowPb.OutboundDetailResponse)
  171. ret1, _ := ret[1].(error)
  172. return ret0, ret1
  173. }
  174. // OutboundDetail indicates an expected call of OutboundDetail.
  175. func (mr *MockGoodsServiceMockRecorder) OutboundDetail(arg0, arg1 interface{}) *gomock.Call {
  176. mr.mock.ctrl.T.Helper()
  177. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OutboundDetail", reflect.TypeOf((*MockGoodsService)(nil).OutboundDetail), arg0, arg1)
  178. }
  179. // OutboundList mocks base method.
  180. func (m *MockGoodsService) OutboundList(arg0 context.Context, arg1 *cowPb.SearchOutboundApplyRequest, arg2 *cowPb.PaginationModel) (*cowPb.SearchOutboundApplyResponse, error) {
  181. m.ctrl.T.Helper()
  182. ret := m.ctrl.Call(m, "OutboundList", arg0, arg1, arg2)
  183. ret0, _ := ret[0].(*cowPb.SearchOutboundApplyResponse)
  184. ret1, _ := ret[1].(error)
  185. return ret0, ret1
  186. }
  187. // OutboundList indicates an expected call of OutboundList.
  188. func (mr *MockGoodsServiceMockRecorder) OutboundList(arg0, arg1, arg2 interface{}) *gomock.Call {
  189. mr.mock.ctrl.T.Helper()
  190. return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OutboundList", reflect.TypeOf((*MockGoodsService)(nil).OutboundList), arg0, arg1, arg2)
  191. }