package hdl import ( "applet/app/operator/svc" "github.com/gin-gonic/gin" ) func Index(c *gin.Context) { svc.Index(c) }