File tree Expand file tree Collapse file tree 2 files changed +0
-168
lines changed Expand file tree Collapse file tree 2 files changed +0
-168
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ import (
12
12
13
13
var ErrCommunityEditionNotSupportSqlManage = errors .New (errors .EnterpriseEditionFeatures , e .New ("sql manage is enterprise version feature" ))
14
14
15
- func getSqlManageList (c echo.Context ) error {
16
- return ErrCommunityEditionNotSupportSqlManage
17
- }
18
-
19
15
func batchUpdateSqlManage (c echo.Context ) error {
20
16
return ErrCommunityEditionNotSupportSqlManage
21
17
}
@@ -24,10 +20,6 @@ func sendSqlManage(c echo.Context) error {
24
20
return ErrCommunityEditionNotSupportSqlManage
25
21
}
26
22
27
- func exportSqlManagesV1 (c echo.Context ) error {
28
- return ErrCommunityEditionNotSupportSqlManage
29
- }
30
-
31
23
func getSqlManageRuleTips (c echo.Context ) error {
32
24
return ErrCommunityEditionNotSupportSqlManage
33
25
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments