refactor: move shoots related server to ext

This commit is contained in:
lilong.129
2025-02-10 19:57:39 +08:00
parent 1ec383180b
commit c6b0aefc56
12 changed files with 305 additions and 156 deletions

View File

@@ -11,7 +11,7 @@ import (
// exec a single uixt action
func uixtActionHandler(c *gin.Context) {
dExt, err := getContextDriver(c)
dExt, err := GetContextDriver(c)
if err != nil {
return
}
@@ -40,7 +40,7 @@ func uixtActionHandler(c *gin.Context) {
// exec multiple uixt actions
func uixtActionsHandler(c *gin.Context) {
dExt, err := getContextDriver(c)
dExt, err := GetContextDriver(c)
if err != nil {
return
}