Refactor internal services to use agent-desk package structure
- Updated import paths in multiple service files to reflect the new agent-desk module. - Added a new configuration file for agent-desk in the Docker setup.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"cs-ai-agent/internal/pkg/enums"
|
||||
"agent-desk/internal/models"
|
||||
"agent-desk/internal/pkg/enums"
|
||||
"time"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"cs-ai-agent/internal/pkg/enums"
|
||||
"agent-desk/internal/models"
|
||||
"agent-desk/internal/pkg/enums"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/common/strs"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"cs-ai-agent/internal/pkg/enums"
|
||||
"agent-desk/internal/models"
|
||||
"agent-desk/internal/pkg/enums"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/common/strs"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"cs-ai-agent/internal/pkg/enums"
|
||||
"agent-desk/internal/models"
|
||||
"agent-desk/internal/pkg/enums"
|
||||
"time"
|
||||
|
||||
"gorm.io/gorm"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"cs-ai-agent/internal/models"
|
||||
"cs-ai-agent/internal/pkg/enums"
|
||||
"agent-desk/internal/models"
|
||||
"agent-desk/internal/pkg/enums"
|
||||
|
||||
"github.com/glebarez/sqlite"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -3,9 +3,10 @@ package repositories
|
||||
import (
|
||||
"time"
|
||||
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
"errors"
|
||||
"time"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
"gorm.io/gorm/clause"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"cs-ai-agent/internal/pkg/enums"
|
||||
"agent-desk/internal/models"
|
||||
"agent-desk/internal/pkg/enums"
|
||||
"strings"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
"strings"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repositories
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/models"
|
||||
"agent-desk/internal/models"
|
||||
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"github.com/mlogclub/simple/sqls"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user