This commit is contained in:
Asim Aslam
2021-11-02 14:02:58 +00:00
parent 2646f96c42
commit ec440bee04
5 changed files with 52 additions and 52 deletions

View File

@@ -15,7 +15,7 @@ func main() {
)
// Register handler
pb.RegisterMQHandler(srv.Server(), new(handler.MQ))
pb.RegisterMqHandler(srv.Server(), new(handler.Mq))
// Run service
if err := srv.Run(); err != nil {