mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Move grpc server code to "grpc" package.
This commit is contained in:
parent
9d321bb3ab
commit
be8353a54b
14 changed files with 1444 additions and 664 deletions
|
|
@ -221,7 +221,7 @@ func main() {
|
|||
}
|
||||
}()
|
||||
|
||||
rpcServer, err := server.NewGrpcServer(stopCtx, cfg, version)
|
||||
rpcServer, err := grpc.NewServer(stopCtx, cfg, version)
|
||||
if err != nil {
|
||||
logger.Fatalf("Could not create RPC server: %s", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue