feat: optimize the package name for cross-domain functionality (#690)

This commit is contained in:
Ryo
2025-08-11 19:04:06 +08:00
committed by GitHub
parent e344828933
commit e03cf4cc87
54 changed files with 69 additions and 69 deletions

View File

@@ -15,7 +15,7 @@ import (
gomock "go.uber.org/mock/gomock"
crossuser "github.com/coze-dev/coze-studio/backend/crossdomain/contract/crossuser"
crossuser "github.com/coze-dev/coze-studio/backend/crossdomain/contract/user"
)
// MockUser is a mock of User interface.