surapuramakhil opened a new pull request, #884:
URL: https://github.com/apache/incubator-answer/pull/884

   Request to help to unblock this. **It complains that provider not found, but 
I have added it in provider set.**
   
   I have use cases of binding tags apart from questions. For that, I am 
refactoring this table with objectType.
   
   I am aware of uniqid table - where we have info of object type for each 
object ID generated.
   
   Error I am facing
   
   ```zsh
   (base) akhilsurapuram@Akhils-MacBook-Pro incubator-answer % make build
   wire: 
/Users/akhilsurapuram/startup/problemPulse/incubator-answer/cmd/wire.go:47:1: 
inject initApplication: no provider found for 
github.com/apache/incubator-answer/internal/service/unique.UniqueIDService
           needed by 
github.com/apache/incubator-answer/internal/service/tag_common.TagRelRepo in 
provider set "ProviderSetRepo" 
(/Users/akhilsurapuram/startup/problemPulse/incubator-answer/internal/repo/provider.go:56:23)
           needed by 
*github.com/apache/incubator-answer/internal/service/tag_common.TagCommonService
 in provider set "ProviderSetService" 
(/Users/akhilsurapuram/startup/problemPulse/incubator-answer/internal/service/provider.go:67:26)
           needed by 
*github.com/apache/incubator-answer/internal/service/question_common.QuestionCommon
 in provider set "ProviderSetService" 
(/Users/akhilsurapuram/startup/problemPulse/incubator-answer/internal/service/provider.go:67:26)
           needed by 
*github.com/apache/incubator-answer/internal/service/content.UserService in 
provider set "ProviderSetService" 
(/Users/akhilsurapuram/startup/problemPulse/incubator-answer/internal/service/provider.go:67:26)
           needed by 
*github.com/apache/incubator-answer/internal/controller.UserController in 
provider set "ProviderSetController" 
(/Users/akhilsurapuram/startup/problemPulse/incubator-answer/internal/controller/controller.go:25:29)
           needed by 
*github.com/apache/incubator-answer/internal/router.AnswerAPIRouter in provider 
set "ProviderSetRouter" 
(/Users/akhilsurapuram/startup/problemPulse/incubator-answer/internal/router/provider.go:25:25)
           needed by *github.com/gin-gonic/gin.Engine in provider set 
"ProviderSetServer" 
(/Users/akhilsurapuram/startup/problemPulse/incubator-answer/internal/base/server/provider.go:25:25)
           needed by *github.com/segmentfault/pacman.Application in provider 
"newApplication" 
(/Users/akhilsurapuram/startup/problemPulse/incubator-answer/cmd/main.go:91:6)
   wire: github.com/apache/incubator-answer/cmd: generate failed
   wire: at least one generate failure
   exit status 1
   cmd/wire_gen.go:25: running "go": exit status 1
   make: *** [generate] Error 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to