Skip to content

Commit 2ec36a2

Browse files
committed
ci: fix ci problem
1 parent 71c4012 commit 2ec36a2

File tree

3 files changed

+0
-173
lines changed

3 files changed

+0
-173
lines changed

sqle/api/controller/v1/sql_manager_ce.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import (
1212

1313
var ErrCommunityEditionNotSupportSqlManage = errors.New(errors.EnterpriseEditionFeatures, e.New("sql manage is enterprise version feature"))
1414

15-
func getSqlManageList(c echo.Context) error {
16-
return ErrCommunityEditionNotSupportSqlManage
17-
}
18-
1915
func batchUpdateSqlManage(c echo.Context) error {
2016
return ErrCommunityEditionNotSupportSqlManage
2117
}
@@ -24,10 +20,6 @@ func sendSqlManage(c echo.Context) error {
2420
return ErrCommunityEditionNotSupportSqlManage
2521
}
2622

27-
func exportSqlManagesV1(c echo.Context) error {
28-
return ErrCommunityEditionNotSupportSqlManage
29-
}
30-
3123
func getSqlManageRuleTips(c echo.Context) error {
3224
return ErrCommunityEditionNotSupportSqlManage
3325
}

sqle/api/controller/v2/sql_manage_ce.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ import (
88
"github.com/labstack/echo/v4"
99
)
1010

11-
func getSqlManageList(c echo.Context) error {
12-
return v1.ErrCommunityEditionNotSupportSqlManage
13-
}
14-
15-
1611
func exportSqlManagesV2(c echo.Context) error {
1712
return v1.ErrCommunityEditionNotSupportSqlManage
1813
}

sqle/api/controller/v3/sql_manage_ee.go

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)