1 // Code generated by mockery v1.0.0. DO NOT EDIT.
5 import mock "github.com/stretchr/testify/mock"
7 // LookupService is an autogenerated mock type for the LookupService type
8 type LookupService struct {
12 // GetODuID provides a mock function with given fields: oRuId
13 func (_m *LookupService) GetODuID(oRuId string) (string, error) {
14 ret := _m.Called(oRuId)
17 if rf, ok := ret.Get(0).(func(string) string); ok {
20 r0 = ret.Get(0).(string)
24 if rf, ok := ret.Get(1).(func(string) error); ok {
33 // Init provides a mock function with given fields:
34 func (_m *LookupService) Init() error {
38 if rf, ok := ret.Get(0).(func() error); ok {