This commit is contained in:
aozhiwei 2024-02-12 09:15:10 +08:00
parent 17dede310c
commit 9cf35050ca
2 changed files with 16 additions and 0 deletions

View File

@ -1 +1,9 @@
package middleware package middleware
import (
"github.com/gin-gonic/gin"
)
func CaAuth(c *gin.Context) {
}

View File

@ -1 +1,9 @@
package middleware package middleware
import (
"github.com/gin-gonic/gin"
)
func CaForward(c *gin.Context) {
}