rename repo

This commit is contained in:
naiba
2024-11-28 19:38:54 +08:00
parent 9d45bf6601
commit 3cce7ebf01
51 changed files with 117 additions and 117 deletions

View File

@@ -12,11 +12,11 @@ import (
"google.golang.org/grpc/peer"
"github.com/hashicorp/go-uuid"
"github.com/naiba/nezha/model"
"github.com/naiba/nezha/pkg/utils"
"github.com/naiba/nezha/proto"
rpcService "github.com/naiba/nezha/service/rpc"
"github.com/naiba/nezha/service/singleton"
"github.com/nezhahq/nezha/model"
"github.com/nezhahq/nezha/pkg/utils"
"github.com/nezhahq/nezha/proto"
rpcService "github.com/nezhahq/nezha/service/rpc"
"github.com/nezhahq/nezha/service/singleton"
)
func ServeRPC() *grpc.Server {