feat 修改model名称

This commit is contained in:
2026-01-07 15:15:25 +08:00
parent 46839cd11b
commit a4f40eca2f
29 changed files with 92 additions and 92 deletions

View File

@@ -1,9 +1,9 @@
package stream_client
import (
"common/log"
"common/net/grpc/service"
"context"
"git.hlsq.asia/mmorpg/service-common/log"
"git.hlsq.asia/mmorpg/service-common/net/grpc/service"
"google.golang.org/grpc"
"google.golang.org/protobuf/proto"
"strconv"

View File

@@ -1,7 +1,7 @@
package stream_client
import (
"gateway/internal/testutil"
"git.hlsq.asia/mmorpg/service-gateway/internal/testutil"
"github.com/stretchr/testify/suite"
"testing"
)