func (_m *UserProvider) Find(_a0 context.Context, _a1 *model.UserFindExpr) ([]*model.UserEntity, error) {
    ret := _m.Called(_a0, _a1)

    var r0 []*model.UserEntity
    if rf, ok := ret.Get(0).(func(context.Context, *model.UserFindExpr) []*model.UserEntity); ok {