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,9 @@
|
||||
package httpx
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/pkg/httpx/params"
|
||||
"cs-ai-agent/internal/pkg/openidentity"
|
||||
"cs-ai-agent/internal/pkg/tracex"
|
||||
"agent-desk/internal/pkg/httpx/params"
|
||||
"agent-desk/internal/pkg/openidentity"
|
||||
"agent-desk/internal/pkg/tracex"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/mlogclub/simple/common/strs"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package httpx
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/pkg/i18nx"
|
||||
"agent-desk/internal/pkg/i18nx"
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package httpx
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/pkg/i18nx"
|
||||
"agent-desk/internal/pkg/i18nx"
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package httpx
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/pkg/i18nx"
|
||||
"agent-desk/internal/pkg/i18nx"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"net/http"
|
||||
|
||||
Reference in New Issue
Block a user