Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { // HashIdsEncode HashIds 加密 // @Tags API.tool // @Router /api/tool/hashids/encode/{id} [get] HashIdsEncode() core.HandlerFunc // HashIdsDecode HashIds 解密 // @Tags API.tool // @Router /api/tool/hashids/decode/{id} [get] HashIdsDecode() core.HandlerFunc // SearchCache 查询缓存 // @Tags API.tool // @Router /api/tool/cache/search [post] SearchCache() core.HandlerFunc // ClearCache 清空缓存 // @Tags API.tool // @Router /api/tool/cache/clear [patch] ClearCache() core.HandlerFunc // Dbs 查询 DB // @Tags API.tool // @Router /api/tool/data/dbs [get] Dbs() core.HandlerFunc // Tables 查询 Table // @Tags API.tool // @Router /api/tool/data/tables [post] Tables() core.HandlerFunc // SearchMySQL 执行 SQL 语句 // @Tags API.tool // @Router /api/tool/data/mysql [post] SearchMySQL() core.HandlerFunc // SendMessage 发送消息 // @Tags API.tool // @Router /api/tool/send_message [post] SendMessage() core.HandlerFunc // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.