package controller import "github.com/gin-gonic/gin" // 列出所有词库 func ListDicts(c *gin.Context) { } // 获取词库 func GetDict(c *gin.Context) { }