Add GRPC dependencies

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
Nalin Dahyabhai
2025-10-28 10:48:12 -04:00
parent a7da73cef4
commit e0800b5a24
11 changed files with 2724 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ import (
"github.com/gorilla/mux"
"github.com/gorilla/schema"
"github.com/sirupsen/logrus"
_ "google.golang.org/grpc"
_ "google.golang.org/grpc/reflection"
)
type APIServer struct {