Documentation ¶
Overview ¶
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Index ¶
- Variables
- func AccountAdd(ctx echo.Context) error
- func AccountDelete(ctx echo.Context) error
- func AccountEdit(ctx echo.Context) error
- func AccountIndex(ctx echo.Context) error
- func Manager(ctx echo.Context) error
- func RegisterRoute(r *route.Collection)
- func SchemaSync(ctx echo.Context) error
- func SchemaSyncAdd(ctx echo.Context) error
- func SchemaSyncDelete(ctx echo.Context) error
- func SchemaSyncEdit(ctx echo.Context) error
- func SchemaSyncJob(id string) cron.Runner
- func SchemaSyncLog(ctx echo.Context) error
- func SchemaSyncLogDelete(ctx echo.Context) error
- func SchemaSyncLogView(ctx echo.Context) error
- func SchemaSyncPreview(ctx echo.Context) error
- func SchemaSyncRun(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
true, Name: `数据库`, Action: `db`, Icon: `table`, Children: &navigate.List{ { Display: true, Name: `数据库账号`, Action: `account`, }, { Display: true, Name: `添加账号`, Action: `account_add`, Icon: `plus`, }, { Display: false, Name: `修改账号`, Action: `account_edit`, }, { Display: false, Name: `删除账号`, Action: `account_delete`, }, { Display: true, Name: `连接数据库`, Action: ``, }, { Display: true, Name: `表结构同步`, Action: `schema_sync`, }, { Display: false, Name: `新增同步方案`, Action: `schema_sync_add`, }, { Display: false, Name: `修改同步方案`, Action: `schema_sync_edit`, }, { Display: false, Name: `删除同步方案`, Action: `schema_sync_delete`, }, { Display: false, Name: `预览表结构差异`, Action: `schema_sync_preview`, }, { Display: false, Name: `执行表结构同步`, Action: `schema_sync_run`, }, { Display: false, Name: `表结构同步日志列表`, Action: `schema_sync_log/:id`, }, { Display: false, Name: `表结构同步日志详情`, Action: `schema_sync_log_view/:id`, }, { Display: false, Name: `删除表结构同步日志`, Action: `schema_sync_log_delete`, }, }, }Display:
Functions ¶
func AccountAdd ¶
func AccountDelete ¶
func AccountEdit ¶
func AccountIndex ¶
func RegisterRoute ¶
func RegisterRoute(r *route.Collection)
func SchemaSyncDelete ¶
func SchemaSyncLog ¶
func SchemaSyncLogDelete ¶
func SchemaSyncLogView ¶
func SchemaSyncPreview ¶
func SchemaSyncRun ¶
Types ¶
This section is empty.