change name of core to hiddify-core

This commit is contained in:
hiddify
2024-03-22 16:25:56 +00:00
parent 4193b22a09
commit 3d3b4e4625
28 changed files with 37 additions and 38 deletions

View File

@@ -3,8 +3,8 @@ package v2
import (
"context"
"github.com/hiddify/libcore/config"
pb "github.com/hiddify/libcore/hiddifyrpc"
"github.com/hiddify/hiddify-core/config"
pb "github.com/hiddify/hiddify-core/hiddifyrpc"
)
func (s *CoreService) GenerateWarpConfig(ctx context.Context, in *pb.GenerateWarpConfigRequest) (*pb.WarpGenerationResponse, error) {