Search API (#350)

This commit is contained in:
Dominic Wong
2022-01-07 09:58:10 +00:00
committed by GitHub
parent 0f00267922
commit a093abaf5e
16 changed files with 2388 additions and 134 deletions

View File

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