refactor: optimize infra contract and impl package structure (#2292)

This commit is contained in:
Ryo
2025-09-29 11:37:15 +08:00
committed by GitHub
parent 8fd60f23df
commit 6755ce02bc
344 changed files with 638 additions and 646 deletions

View File

@ -34,7 +34,7 @@ import (
"github.com/coze-dev/coze-studio/backend/domain/plugin/service"
search "github.com/coze-dev/coze-studio/backend/domain/search/service"
user "github.com/coze-dev/coze-studio/backend/domain/user/service"
"github.com/coze-dev/coze-studio/backend/infra/contract/storage"
"github.com/coze-dev/coze-studio/backend/infra/storage"
"github.com/coze-dev/coze-studio/backend/pkg/errorx"
"github.com/coze-dev/coze-studio/backend/pkg/lang/ptr"
"github.com/coze-dev/coze-studio/backend/pkg/logs"